diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 02:00:45 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 02:00:45 +0000 |
commit | 998929e9870a258bfe05cbfb4c275272542ba4ee (patch) | |
tree | 45be57d51e6bde5ee37b94dd64bf247e38bc4608 /sysutils/gkrelltop | |
parent | 648dc869a9cf85882fa47d2d869aabcbb6709e85 (diff) |
BROKEN on 4.x: Does not compile
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=125673
Diffstat (limited to 'sysutils/gkrelltop')
-rw-r--r-- | sysutils/gkrelltop/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/gkrelltop/Makefile b/sysutils/gkrelltop/Makefile index cd1a764892b0..5e72bab47f55 100644 --- a/sysutils/gkrelltop/Makefile +++ b/sysutils/gkrelltop/Makefile @@ -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> |