1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

This isn't 64-bit clean.

Noticed by:	kris
This commit is contained in:
Trevor Johnson 2004-03-16 00:34:06 +00:00
parent 038da47362
commit 8f5787d0bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104126

View File

@ -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>