aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/nonpareil
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-02-28 23:34:42 +0800
committermiwi <miwi@FreeBSD.org>2007-02-28 23:34:42 +0800
commit157fbdda35d2557d12ac284e71fc7ed9ba0fffc2 (patch)
tree87dc1b84b10e46205c590e0e34432441fd8cd6d4 /emulators/nonpareil
parent90ab7b4d23f3dd517f701e76bbe5be8a5144c95d (diff)
downloadfreebsd-ports-gnome-157fbdda35d2557d12ac284e71fc7ed9ba0fffc2.tar.gz
freebsd-ports-gnome-157fbdda35d2557d12ac284e71fc7ed9ba0fffc2.tar.zst
freebsd-ports-gnome-157fbdda35d2557d12ac284e71fc7ed9ba0fffc2.zip
- Unbreak (fix is committed with ports/109256)
- Remove IGNORE on FreeBSD 4.x, it's no longer need. - Bump PORTREVISION for pointyhat build Submitted by: trasz via irc
Diffstat (limited to 'emulators/nonpareil')
-rw-r--r--emulators/nonpareil/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/emulators/nonpareil/Makefile b/emulators/nonpareil/Makefile
index a4882b859301..9f9d61bc4fb3 100644
--- a/emulators/nonpareil/Makefile
+++ b/emulators/nonpareil/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nonpareil
PORTVERSION= 0.77
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators
MASTER_SITES= http://nonpareil.brouhaha.com/download/
@@ -17,8 +17,6 @@ COMMENT= Simulator for many HP calculators
BUILD_DEPENDS= pnmtopng:${PORTSDIR}/graphics/netpbm \
bison2:${PORTSDIR}/devel/bison2
-BROKEN= Does not compile
-
USE_SCONS= yes
USE_GNOME= gtk20 libxml2
USE_SDL= mixer
@@ -63,10 +61,6 @@ PORTDOCS= CREDITS DEBUGGING README TODO
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-BROKEN= Doesn't build on 4.x
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's,%%CFLAGS%%,${CFLAGS},' \
-e 's,%%CC%%,${CC},' \