BROKEN on 4.x: Does not compile

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2005-01-02 02:00:45 +00:00
parent 648dc869a9
commit 998929e987
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125673

View File

@ -27,7 +27,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_FILES= libexec/gkrellm2/plugins/gkrelltop.so \
libexec/gkrellm2/plugins/gkrelltopd.so
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on FreeBSD 4.x"
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.post.mk>