diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-05-26 02:33:44 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-05-26 02:33:44 +0800 |
commit | dfe005ee4419ef4241e9eba862431f9b726841db (patch) | |
tree | 85b1fd07b70d3c873159df5a52c11d85b667810b /emulators/nonpareil | |
parent | 3ae4718f6915dde0adfd5295c90912e9e1bead56 (diff) | |
download | freebsd-ports-gnome-dfe005ee4419ef4241e9eba862431f9b726841db.tar.gz freebsd-ports-gnome-dfe005ee4419ef4241e9eba862431f9b726841db.tar.zst freebsd-ports-gnome-dfe005ee4419ef4241e9eba862431f9b726841db.zip |
Update USES=scons to specify scons of Python 2
- While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons
Diffstat (limited to 'emulators/nonpareil')
-rw-r--r-- | emulators/nonpareil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/nonpareil/Makefile b/emulators/nonpareil/Makefile index 6059a4558cfb..3203aca0ad6d 100644 --- a/emulators/nonpareil/Makefile +++ b/emulators/nonpareil/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png -USES= bison gnome pkgconfig scons sdl +USES= bison gnome pkgconfig scons:python2 sdl USE_GNOME= gtk20 libxml2 USE_SDL= sdl |