summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-06-05 17:51:20 +0000
committersobomax <sobomax@FreeBSD.org>2001-06-05 17:51:20 +0000
commitab570124c3bd892655710cdc025341f2c986a9b4 (patch)
tree88f1b2b19dd857bcca08655cbde41a13873b86e0 /games
parent1a268efa032d7951ea29270b2d81421135a18592 (diff)
downloadFreeBSD-ports-ab570124c3bd892655710cdc025341f2c986a9b4.zip
FreeBSD-ports-ab570124c3bd892655710cdc025341f2c986a9b4.tar.gz
Unbroke.
Remove USE_AUTOMAKE and but back explicit dependency to devel/automake. These ports aren't intended to be configured by automake, which USE_AUTOMAKE does automagically. Instead they are just using some files from ${LOCALBASE}/share/automake. Screwed by: ade Reported by: bento
Diffstat (limited to 'games')
-rw-r--r--games/gcompris/Makefile3
-rw-r--r--games/gcompris2/Makefile3
-rw-r--r--games/quakeforge/Makefile2
3 files changed, 5 insertions, 3 deletions
diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile
index 65dd6e9..b653879 100644
--- a/games/gcompris/Makefile
+++ b/games/gcompris/Makefile
@@ -14,8 +14,9 @@ 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 65dd6e9..b653879 100644
--- a/games/gcompris2/Makefile
+++ b/games/gcompris2/Makefile
@@ -14,8 +14,9 @@ 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 8b5be85..831fc13 100644
--- a/games/quakeforge/Makefile
+++ b/games/quakeforge/Makefile
@@ -18,6 +18,7 @@ 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}
@@ -26,7 +27,6 @@ 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
OpenPOWER on IntegriCloud