mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
BROKEN= 'Sorry, asmem doesn't compile on 4.0+'
This commit is contained in:
parent
93eb13352a
commit
9ae511c50e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20982
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user