diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-03 13:29:58 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-03 13:29:58 +0800 |
commit | 9531e9388eef200bd1ae606e5fbfed4b19615d67 (patch) | |
tree | 4612e5a5f00b6162ab4a5130ee3cc6fe540726b1 /games | |
parent | 74152aa244747424357e2de5e4701019c78151e0 (diff) | |
download | marcuscom-ports-9531e9388eef200bd1ae606e5fbfed4b19615d67.tar marcuscom-ports-9531e9388eef200bd1ae606e5fbfed4b19615d67.tar.gz marcuscom-ports-9531e9388eef200bd1ae606e5fbfed4b19615d67.tar.bz2 marcuscom-ports-9531e9388eef200bd1ae606e5fbfed4b19615d67.tar.lz marcuscom-ports-9531e9388eef200bd1ae606e5fbfed4b19615d67.tar.xz marcuscom-ports-9531e9388eef200bd1ae606e5fbfed4b19615d67.tar.zst marcuscom-ports-9531e9388eef200bd1ae606e5fbfed4b19615d67.zip |
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9719 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games')
-rw-r--r-- | games/gno3dtet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gno3dtet/Makefile b/games/gno3dtet/Makefile index f71d40dfd..6160023f4 100644 --- a/games/gno3dtet/Makefile +++ b/games/gno3dtet/Makefile @@ -7,7 +7,7 @@ PORTNAME= gno3dtet PORTVERSION= 1.96.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games gnome MASTER_SITES= http://eseb.net/ftp/gno3dtet/ EXTRACT_SUFX= .tgz @@ -20,7 +20,7 @@ EXTRACT_DEPENDS=intltoolize:${PORTSDIR}/textproc/intltool USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget intlhack libgnomeui librsvg2 USE_GMAKE= yes -USE_AUTOTOOLS= autoheader:259 automake:19 aclocal:19 autoconf:259 +USE_AUTOTOOLS= autoheader:261 automake:19 aclocal:19 autoconf:261 ACLOCAL_ARGS= -I m4 -I ${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= -a -c -f CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |