diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-16 00:34:06 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-16 00:34:06 +0000 |
commit | 8f5787d0bce6a8ba7a8fe0f7bf3fc409dfa1c531 (patch) | |
tree | 7efa3af3f4e4ac0136a09de6c32327e512de2313 /x11-toolkits/xclasses/Makefile | |
parent | 038da47362c2720325384eb60810a5ed9f349634 (diff) | |
download | ports-8f5787d0bce6a8ba7a8fe0f7bf3fc409dfa1c531.tar.gz ports-8f5787d0bce6a8ba7a8fe0f7bf3fc409dfa1c531.zip |
Notes
Diffstat (limited to 'x11-toolkits/xclasses/Makefile')
-rw-r--r-- | x11-toolkits/xclasses/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11-toolkits/xclasses/Makefile b/x11-toolkits/xclasses/Makefile index f92f676dcd50..6a962e70fb87 100644 --- a/x11-toolkits/xclasses/Makefile +++ b/x11-toolkits/xclasses/Makefile @@ -16,6 +16,7 @@ MAINTAINER= trevor@FreeBSD.org COMMENT= C++ layout library for X INSTALLS_SHLIB= yes +NOT_FOR_ARCHS= alpha amd64 ia64 sparc64 PLIST= ${WRKDIR}/pkg-plist PLIST_SUB= VERSION="${PORTVERSION}" USE_GMAKE= yes @@ -24,12 +25,6 @@ USE_X_PREFIX= yes USE_XPM= yes WRKSRC= ${WRKDIR}/xclasses -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502102 -BROKEN= "Does not build on FreeBSD >=5.x" -.endif - post-patch: .for file in build System/ARules.FreeBSD @${PERL} -pi \ @@ -68,4 +63,4 @@ do-install: @cd ${WRKSRC} && ${SH} build install @${INSTALL_SCRIPT} ${WRKSRC}/setenvxc ${PREFIX}/bin -.include <bsd.port.post.mk> +.include <bsd.port.mk> |