diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-26 09:16:31 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-26 09:16:31 +0800 |
commit | 0cbfcb2da4ccad651ea39f2f64ce9abbd1f7d74f (patch) | |
tree | fbfa232f995a2ab240ac5d999610d7feea233cfd | |
parent | 189b23b160d626986dd160185f2c2a14a637364b (diff) | |
download | freebsd-ports-gnome-0cbfcb2da4ccad651ea39f2f64ce9abbd1f7d74f.tar.gz freebsd-ports-gnome-0cbfcb2da4ccad651ea39f2f64ce9abbd1f7d74f.tar.zst freebsd-ports-gnome-0cbfcb2da4ccad651ea39f2f64ce9abbd1f7d74f.zip |
BROKEN= 'Sorry, asmem doesn't compile on 4.0+'
-rw-r--r-- | sysutils/asmem/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sysutils/asmem/Makefile b/sysutils/asmem/Makefile index f4cf09991b4c..b2dfd0433a4c 100644 --- a/sysutils/asmem/Makefile +++ b/sysutils/asmem/Makefile @@ -3,7 +3,7 @@ # Date created: 4 June 1999 # Whom: jack # -# $Id: Makefile,v 1.1.1.1 1999/06/14 20:00:35 taoka Exp $ +# $Id: Makefile,v 1.2 1999/08/21 18:45:56 fenner Exp $ DISTNAME= asmem-1.3 CATEGORIES= sysutils afterstep @@ -14,6 +14,11 @@ MAINTAINER= jack@germanium.xtalwind.net LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +.include <bsd.port.pre.mk> +.if ${OSVERSION} >= 400000 +BROKEN= 'Sorry, asmem doesn't compile on 4.0+' +.endif + USE_X_PREFIX= yes MAKEFILE= Makefile.UNIX @@ -25,4 +30,4 @@ do-install: ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} \ -g kmem -m 2755 ${WRKSRC}/asmem ${PREFIX}/bin -.include <bsd.port.mk> +.include <bsd.port.post.mk> |