summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-03-16 00:34:06 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-03-16 00:34:06 +0000
commit8f5787d0bce6a8ba7a8fe0f7bf3fc409dfa1c531 (patch)
tree7efa3af3f4e4ac0136a09de6c32327e512de2313 /x11-toolkits
parentnew port of GPRename, a Perl script for renaming files (diff)
This isn't 64-bit clean.
Noticed by: kris
Notes
Notes: svn path=/head/; revision=104126
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/xclasses/Makefile9
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>