diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-26 01:16:31 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-26 01:16:31 +0000 |
commit | 9ae511c50e027ee9cc2d3c0edf5da6d7e95ae105 (patch) | |
tree | a881c60e07c69f5e603d56d11475cd4d4809dd69 /sysutils | |
parent | 93eb13352a24ffe7d3e0c8dc4546986835a3dc65 (diff) | |
download | ports-9ae511c50e027ee9cc2d3c0edf5da6d7e95ae105.tar.gz ports-9ae511c50e027ee9cc2d3c0edf5da6d7e95ae105.zip |
Notes
Diffstat (limited to 'sysutils')
-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> |