diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-05 17:51:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-05 17:51:20 +0000 |
commit | 8ea52382c670179f3b36138d12fc9fdb38504953 (patch) | |
tree | 2d6240cef7816c5b94398a4fb68c114f2aee5d36 /games/quakeforge | |
parent | 8500fab6efb6039e126fa8e97e07332fd89307cb (diff) |
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
Notes
Notes:
svn path=/head/; revision=43545
Diffstat (limited to 'games/quakeforge')
-rw-r--r-- | games/quakeforge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile index 8b5be854d462..831fc13dcad9 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 |