aboutsummaryrefslogtreecommitdiff
path: root/emulators/xzx/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-01 20:09:39 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-01 20:09:39 +0000
commit09d69b28c8ea8af29b46769636c908f98a188be8 (patch)
tree3feeb7d48a320ae35e40011a8d270faa269ed95f /emulators/xzx/Makefile
parent7ae2ca6703608c318b39a0aa3c635874439e37e1 (diff)
downloadports-09d69b28c8ea8af29b46769636c908f98a188be8.tar.gz
ports-09d69b28c8ea8af29b46769636c908f98a188be8.zip
Notes
Diffstat (limited to 'emulators/xzx/Makefile')
-rw-r--r--emulators/xzx/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile
index 547e62dfba25..30fb7a410bde 100644
--- a/emulators/xzx/Makefile
+++ b/emulators/xzx/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xzx
-PORTVERSION= 4.3
+PORTVERSION= 4.4
CATEGORIES= emulators
# I don't maintain this port anymore, but I'm happy to track the distfiles, as
# it's difficult to fetch(1) them from the WWW site. If you are updating this
@@ -24,6 +24,7 @@ BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4
USE_MOTIF= yes
USE_X_PREFIX= yes
+USE_REINPLACE= yes
# License forbids redistribution
RESTRICTED= Redistribution forbidden by license
@@ -33,10 +34,11 @@ CONFIGURE_ARGS= --with-oss
MAN1= xzx.1
-.include <bsd.port.pre.mk>
+# Prevent configure from trying to run auto* since it's not needed and will
+# error if auto* < 2.54
+post-configure:
+ @${REINPLACE_CMD} 's@autoheader@${TRUE}@g' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} 's@autoconf@${TRUE}@g' ${WRKSRC}/Makefile
+ @${ECHO_CMD} "${TRUE}" > ${WRKSRC}/missing
-.if ${ARCH} != "i386" && ${OSVERSION} >= 502102
-BROKEN= "Does not compile on !i386 5.x"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>