diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-17 18:29:42 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-17 18:29:42 +0000 |
commit | 5a03fea9e4a3cd01a33b0dac094a4961b3d9c600 (patch) | |
tree | 6c41f4400596825373f73af4bcb4ee5dd05b13d0 | |
parent | d878a3636404cf26271c49b08fa9f8bdb0190eaa (diff) | |
download | ports-5a03fea9e4a3cd01a33b0dac094a4961b3d9c600.tar.gz ports-5a03fea9e4a3cd01a33b0dac094a4961b3d9c600.zip |
Notes
-rw-r--r-- | emulators/snes9x/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index 40906f066332..c9ac5f7b7bdb 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -14,7 +14,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= green@FreeBSD.org COMMENT= Super Nintendo Entertainment System(SNES) Emulator -PLIST_FILES= bin/snes9x WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} USE_X_PREFIX= YES @@ -25,6 +24,8 @@ MAKE_ARGS= INCLUDES="-I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LDLIBS="-L${X11BASE}/lib ${PTHREAD_LIBS}" \ OPTIMISE="${CXXFLAGS}" +PLIST_FILES= bin/${SNES9X_BIN} + .include <bsd.port.pre.mk> .if ${ARCH} == "i386" && !defined(WITHOUT_X86_ASM) |