diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-21 09:54:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-21 09:54:07 +0800 |
commit | cc730ceb195ba9677ea97bceda877d72c08c431a (patch) | |
tree | efcf46db2f724d6c02cf35fd6574d512bfd0e85a /emulators | |
parent | 4885bf731864a9d4c0356ffc3328147eb335d001 (diff) | |
download | freebsd-ports-gnome-cc730ceb195ba9677ea97bceda877d72c08c431a.tar.gz freebsd-ports-gnome-cc730ceb195ba9677ea97bceda877d72c08c431a.tar.zst freebsd-ports-gnome-cc730ceb195ba9677ea97bceda877d72c08c431a.zip |
- Stage support
- Convert to USE_GMAKE to USES
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} |