summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-02 14:56:56 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-02 14:56:56 +0000
commitf6b09f270c1c5079c80e7665b9093535568203d8 (patch)
tree8e3de9c2be4adad06b54705aef75fc9916b39fa9 /emulators
parent- Stage support (diff)
- Stage support
- Convert to USES
Notes
Notes: svn path=/head/; revision=342309
Diffstat (limited to 'emulators')
-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>