diff options
Diffstat (limited to 'emulators/tuxnes/Makefile')
-rw-r--r-- | emulators/tuxnes/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/emulators/tuxnes/Makefile b/emulators/tuxnes/Makefile index 9b61fd3754b8..ffca9b163c67 100644 --- a/emulators/tuxnes/Makefile +++ b/emulators/tuxnes/Makefile @@ -15,11 +15,13 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A Nintendo Entertainment System 8-bit emulator -USE_GETOPT_LONG=yes -USE_GMAKE= YES -USE_X_PREFIX= YES -GNU_CONFIGURE= YES - ONLY_FOR_ARCHS= i386 +USE_X_PREFIX= yes +USE_GETOPT_LONG= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes + +PLIST_FILES= bin/romfixer bin/tuxnes + .include <bsd.port.mk> |