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 | |
parent | 74313458803db4f95050b550b038051b82c96b67 (diff) | |
download | ports-dbd39ca660cafa3d1f2acebf05c86bf17a035ff8.tar.gz ports-dbd39ca660cafa3d1f2acebf05c86bf17a035ff8.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/nonpareil/Makefile | 6 | ||||
-rw-r--r-- | emulators/wine-devel/Makefile | 3 | ||||
-rw-r--r-- | emulators/wine/Makefile | 3 |
3 files changed, 7 insertions, 5 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 diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index bbe21ee6134c..3835c9ce8b72 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -8,6 +8,7 @@ PORTNAME= wine PORTVERSION= 0.9.46 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} \ @@ -33,7 +34,7 @@ MAN1= widl.1 wine.1 winebuild.1 winedbg.1 winedump.1 winegcc.1 \ winemaker.1 wineprefixcreate.1 wineserver.1 wmc.1 wrc.1 MLINKS= winegcc.1 wineg++.1 ONLY_FOR_ARCHS= i386 -USE_BISON= yes +USE_BISON= build USE_BZIP2= yes USE_GMAKE= yes USE_GL= glut diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index bbe21ee6134c..3835c9ce8b72 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -8,6 +8,7 @@ PORTNAME= wine PORTVERSION= 0.9.46 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} \ @@ -33,7 +34,7 @@ MAN1= widl.1 wine.1 winebuild.1 winedbg.1 winedump.1 winegcc.1 \ winemaker.1 wineprefixcreate.1 wineserver.1 wmc.1 wrc.1 MLINKS= winegcc.1 wineg++.1 ONLY_FOR_ARCHS= i386 -USE_BISON= yes +USE_BISON= build USE_BZIP2= yes USE_GMAKE= yes USE_GL= glut |