diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-26 21:13:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-26 21:13:46 +0800 |
commit | 38c6b7d1425f51d4e1583b806b2b17e044c528f4 (patch) | |
tree | 2b3258dcf37141d2231e20873e48d45fa8ffa4a9 /emulators/stella | |
parent | 624994999921592fe0d77fad3cfa41b4139f339a (diff) | |
download | freebsd-ports-gnome-38c6b7d1425f51d4e1583b806b2b17e044c528f4.tar.gz freebsd-ports-gnome-38c6b7d1425f51d4e1583b806b2b17e044c528f4.tar.zst freebsd-ports-gnome-38c6b7d1425f51d4e1583b806b2b17e044c528f4.zip |
- Convert gmake,bzip2 to USES
Approved by: portmgr
Diffstat (limited to 'emulators/stella')
-rw-r--r-- | emulators/stella/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile index f0a153294b83..01b72c8e4c39 100644 --- a/emulators/stella/Makefile +++ b/emulators/stella/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_SDL= sdl -USE_GMAKE= yes +USES= gmake HAS_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |