diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-21 01:54:07 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-21 01:54:07 +0000 |
commit | e49275f7c4c97ad3b7cd1d110540f318eea0fdf4 (patch) | |
tree | efcf46db2f724d6c02cf35fd6574d512bfd0e85a /emulators | |
parent | 90d641b35d5605c957d33fd37fcd9c05c9333042 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xsystem35/Makefile | 4 |
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} |