diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-07 19:13:05 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-07 19:13:05 +0000 |
commit | d208cc8f7d50a64e981bd6aa633739b011de301a (patch) | |
tree | 5b4346808d7bc89cacbe8b44a564397beccfa0da /emulators/tuxnes/Makefile | |
parent | 419b58ecc3f9fbf513bb272702e83b327234c1fc (diff) |
Fix build with gcc-3.4.2
Support PLIST_FILES
PR: ports/70115
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=115567
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> |