diff options
-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) |