aboutsummaryrefslogtreecommitdiff
path: root/emulators/generator/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/generator/Makefile')
-rw-r--r--emulators/generator/Makefile8
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>