diff options
author | ade <ade@FreeBSD.org> | 2001-06-01 06:53:13 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-06-01 06:53:13 +0800 |
commit | d87ee59c6f5a7f3fb741d46c0b7923d2692ccdbf (patch) | |
tree | a9f84dfec00bd80a74a8c69ddeb889d2153a111b /games | |
parent | 8b56a3eff8562cbd31d054bd1fe43e8758b77dcb (diff) | |
download | freebsd-ports-gnome-d87ee59c6f5a7f3fb741d46c0b7923d2692ccdbf.tar.gz freebsd-ports-gnome-d87ee59c6f5a7f3fb741d46c0b7923d2692ccdbf.tar.zst freebsd-ports-gnome-d87ee59c6f5a7f3fb741d46c0b7923d2692ccdbf.zip |
Replace explicit build dependency on automake with USE_AUTOMAKE knob
Diffstat (limited to 'games')
-rw-r--r-- | games/gcompris/Makefile | 3 | ||||
-rw-r--r-- | games/gcompris2/Makefile | 3 | ||||
-rw-r--r-- | games/quakeforge/Makefile | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index b65387970930..65dd6e91bb39 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -14,9 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= sobomax@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/share/automake/install-sh:${PORTSDIR}/devel/automake - USE_X_PREFIX= yes +USE_AUTOMAKE= yes USE_GMAKE= yes USE_GNOME= yes USE_LIBTOOL= yes diff --git a/games/gcompris2/Makefile b/games/gcompris2/Makefile index b65387970930..65dd6e91bb39 100644 --- a/games/gcompris2/Makefile +++ b/games/gcompris2/Makefile @@ -14,9 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= sobomax@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/share/automake/install-sh:${PORTSDIR}/devel/automake - USE_X_PREFIX= yes +USE_AUTOMAKE= yes USE_GMAKE= yes USE_GNOME= yes USE_LIBTOOL= yes diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile index 831fc13dcad9..8b5be854d462 100644 --- a/games/quakeforge/Makefile +++ b/games/quakeforge/Makefile @@ -18,7 +18,6 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${WADFILE} MAINTAINER= darius@dons.net.au -BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl10 \ ${GL_DEPENDS} @@ -27,6 +26,7 @@ SDL_CONFIG?= ${LOCALBASE}/bin/sdl-config WADFILE= quakesw-1.0.6.tar.gz USE_BZIP2= yes USE_GMAKE= yes +USE_AUTOMAKE= yes USE_AUTOCONF= yes USE_XLIB= yes PLIST= ${WRKDIR}/PLIST |