diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 14:55:28 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 14:55:28 +0800 |
commit | a564d011d1e5b4c73ae59238e35a2521f20d22d1 (patch) | |
tree | 865049fa69fc6341fbf7ffd3001ed8d78e56cfee /games/d2x-xl | |
parent | 001afe11f445e4869bac6a102524066580819412 (diff) | |
download | freebsd-ports-gnome-a564d011d1e5b4c73ae59238e35a2521f20d22d1.tar.gz freebsd-ports-gnome-a564d011d1e5b4c73ae59238e35a2521f20d22d1.tar.zst freebsd-ports-gnome-a564d011d1e5b4c73ae59238e35a2521f20d22d1.zip |
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert some USE_GMAKE to USES=gmake
Diffstat (limited to 'games/d2x-xl')
-rw-r--r-- | games/d2x-xl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/d2x-xl/Makefile b/games/d2x-xl/Makefile index 6fddcaab2841..c125a1d6ad74 100644 --- a/games/d2x-xl/Makefile +++ b/games/d2x-xl/Makefile @@ -24,9 +24,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug --enable-release=yes \ --with-sharepath=${PREFIX}/share/d2x-xl USE_SDL= sdl mixer image -USE_GMAKE= yes +USES= gmake motif USE_AUTOTOOLS= aclocal autoheader automake autoconf -USE_MOTIF= yes MAKE_JOBS_SAFE= yes AUTOMAKE_ARGS= --add-missing --copy |