diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-31 22:53:13 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-31 22:53:13 +0000 |
commit | af2a6cb93bc18e2f18ab75f873cc87f3eddcf3bd (patch) | |
tree | 265ea9b112370a6e837d147ae8be07293c4d812f /games/gcompris2 | |
parent | Replace explicit build dependency on bison with USE_BISON knob (diff) |
Replace explicit build dependency on automake with USE_AUTOMAKE knob
Notes
Notes:
svn path=/head/; revision=43370
Diffstat (limited to 'games/gcompris2')
-rw-r--r-- | games/gcompris2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |