diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-05-28 18:48:25 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-05-28 18:48:25 +0800 |
commit | 26822a9b99e14130b8719dcbd46593c8a4c71aae (patch) | |
tree | ddb679c4367ab939955c7a100b067cdc9e0435b2 /games/gcompris2/Makefile | |
parent | 3c930848511e5512a60394fec0cd48ba9d856950 (diff) | |
download | freebsd-ports-gnome-26822a9b99e14130b8719dcbd46593c8a4c71aae.tar.gz freebsd-ports-gnome-26822a9b99e14130b8719dcbd46593c8a4c71aae.tar.zst freebsd-ports-gnome-26822a9b99e14130b8719dcbd46593c8a4c71aae.zip |
Update to 0.6.1.
Diffstat (limited to 'games/gcompris2/Makefile')
-rw-r--r-- | games/gcompris2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gcompris2/Makefile b/games/gcompris2/Makefile index a0081adf9d02..b65387970930 100644 --- a/games/gcompris2/Makefile +++ b/games/gcompris2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gcompris -PORTVERSION= 0.5.1 +PORTVERSION= 0.6.1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/automake/install-sh:${PORTSDIR}/devel/automake USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |