- 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
This commit is contained in:
Martin Wilke 2007-02-28 15:34:42 +00:00
parent ceafb0da1e
commit 52476920f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186204

View file

@ -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},' \