diff options
author | ade <ade@FreeBSD.org> | 2007-10-17 18:13:01 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2007-10-17 18:13:01 +0800 |
commit | 6f10a06995e640bf1073c28f5c13ea8f8412737a (patch) | |
tree | d14ccc864c4783b5751e425e681d4bc7e63ec159 /emulators/nonpareil | |
parent | 7428a469a6c4123272d6ac2707e3cf432227515b (diff) | |
download | freebsd-ports-gnome-6f10a06995e640bf1073c28f5c13ea8f8412737a.tar.gz freebsd-ports-gnome-6f10a06995e640bf1073c28f5c13ea8f8412737a.tar.zst freebsd-ports-gnome-6f10a06995e640bf1073c28f5c13ea8f8412737a.zip |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
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 |