diff options
Diffstat (limited to 'emulators/nonpareil')
-rw-r--r-- | emulators/nonpareil/Makefile | 8 |
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},' \ |