diff options
Diffstat (limited to 'emulators/tuxnes/Makefile')
-rw-r--r-- | emulators/tuxnes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/tuxnes/Makefile b/emulators/tuxnes/Makefile index e3e730aca650..ef7aa731870e 100644 --- a/emulators/tuxnes/Makefile +++ b/emulators/tuxnes/Makefile @@ -7,6 +7,7 @@ PORTNAME= tuxnes PORTVERSION= 0.75 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,8 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= asmodai@freebsd.org COMMENT= A Nintendo Entertainment System 8-bit emulator -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt - +USE_GETOPT_LONG=yes USE_GMAKE= YES USE_X_PREFIX= YES GNU_CONFIGURE= YES |