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/gcompris2 | |
parent | 8500fab6efb6039e126fa8e97e07332fd89307cb (diff) | |
download | ports-8ea52382c670179f3b36138d12fc9fdb38504953.tar.gz ports-8ea52382c670179f3b36138d12fc9fdb38504953.zip |
Notes
Diffstat (limited to 'games/gcompris2')
-rw-r--r-- | games/gcompris2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gcompris2/Makefile b/games/gcompris2/Makefile index 65dd6e91bb39..b65387970930 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 |