aboutsummaryrefslogtreecommitdiff
path: root/emulators/xsystem35
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-21 01:54:07 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-21 01:54:07 +0000
commite49275f7c4c97ad3b7cd1d110540f318eea0fdf4 (patch)
treeefcf46db2f724d6c02cf35fd6574d512bfd0e85a /emulators/xsystem35
parent90d641b35d5605c957d33fd37fcd9c05c9333042 (diff)
downloadports-e49275f7c4c97ad3b7cd1d110540f318eea0fdf4.tar.gz
ports-e49275f7c4c97ad3b7cd1d110540f318eea0fdf4.zip
- Stage support
- Convert to USE_GMAKE to USES
Notes
Notes: svn path=/head/; revision=345289
Diffstat (limited to 'emulators/xsystem35')
-rw-r--r--emulators/xsystem35/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile
index 5542fc2f80f2..3f673cd432d8 100644
--- a/emulators/xsystem35/Makefile
+++ b/emulators/xsystem35/Makefile
@@ -17,9 +17,8 @@ LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \
OPTIONS_DEFINE= ESOUND DOCS EXAMPLES
-USES= gettext
+USES= gettext gmake
USE_GNOME= gtk12
-USE_GMAKE= yes
USE_AUTOTOOLS= autoconf libtool
CONFIGURE_ARGS= --without-included-gettext \
--with-cachesize=20 \
@@ -33,7 +32,6 @@ SUB_FILES= pkg-message
DOCSDIR= ${PREFIX}/share/doc/ja/${PORTNAME}
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MESOUND}