diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-02 14:56:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-02 14:56:56 +0000 |
commit | f6b09f270c1c5079c80e7665b9093535568203d8 (patch) | |
tree | 8e3de9c2be4adad06b54705aef75fc9916b39fa9 /emulators/generator | |
parent | 49d2490c383e7c630e4e6e4a06ea2aa116cd94f1 (diff) | |
download | ports-f6b09f270c1c5079c80e7665b9093535568203d8.tar.gz ports-f6b09f270c1c5079c80e7665b9093535568203d8.zip |
Notes
Diffstat (limited to 'emulators/generator')
-rw-r--r-- | emulators/generator/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/emulators/generator/Makefile b/emulators/generator/Makefile index 18c7bc72076d..4c85ca1330c9 100644 --- a/emulators/generator/Makefile +++ b/emulators/generator/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg USE_GNOME= gtk12 USE_SDL= sdl -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -31,7 +31,6 @@ SDL_DESC= Use SDL for audio PLIST_FILES= bin/${PORTNAME}-gtk -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} @@ -65,9 +64,4 @@ post-patch: @${REINPLACE_CMD} -e '/%define %1 @UNDERSCORE@%1 /d' \ ${WRKSRC}/raze/raze.asm.in -post-install: - @${ECHO_CMD} - @${CAT} ${PKGMESSAGE} - @${ECHO_CMD} - .include <bsd.port.post.mk> |