diff options
author | Ade Lovett <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
commit | dbd39ca660cafa3d1f2acebf05c86bf17a035ff8 (patch) | |
tree | 5d14b5c3a50461b8a6096fcc383dc2181cb624b7 /emulators/nonpareil | |
parent | 74313458803db4f95050b550b038051b82c96b67 (diff) |
Notes
Diffstat (limited to 'emulators/nonpareil')
-rw-r--r-- | emulators/nonpareil/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/nonpareil/Makefile b/emulators/nonpareil/Makefile index 6018c81fdb38..ef6b4d1aa273 100644 --- a/emulators/nonpareil/Makefile +++ b/emulators/nonpareil/Makefile @@ -7,16 +7,16 @@ PORTNAME= nonpareil PORTVERSION= 0.78 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://nonpareil.brouhaha.com/download/ MAINTAINER= trasz@FreeBSD.org COMMENT= Simulator for many HP calculators -BUILD_DEPENDS= pnmtopng:${PORTSDIR}/graphics/netpbm \ - bison2:${PORTSDIR}/devel/bison2 +BUILD_DEPENDS= pnmtopng:${PORTSDIR}/graphics/netpbm +USE_BISON= build USE_SCONS= yes USE_GNOME= gtk20 libxml2 USE_SDL= mixer |