diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-24 09:06:44 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-24 09:06:44 +0800 |
commit | cd29877f93c49311c1681afc30f5b18826d6d35e (patch) | |
tree | 153d2f86f67787fddfc22eb549ea1c3a37cb54fa /games/gcompris2 | |
parent | 4270a9255e0fb415cb85c5124c8011cdc9dc58c5 (diff) | |
download | freebsd-ports-gnome-cd29877f93c49311c1681afc30f5b18826d6d35e.tar.gz freebsd-ports-gnome-cd29877f93c49311c1681afc30f5b18826d6d35e.tar.zst freebsd-ports-gnome-cd29877f93c49311c1681afc30f5b18826d6d35e.zip |
* Correct the info filename
* Remove a hack now included in gnomehack
* s/LIBS/LDFLAGS/
Diffstat (limited to 'games/gcompris2')
-rw-r--r-- | games/gcompris2/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/games/gcompris2/Makefile b/games/gcompris2/Makefile index 8e09152b7e10..5e1ecd9c31d7 100644 --- a/games/gcompris2/Makefile +++ b/games/gcompris2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gcompris2 PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gcompris @@ -22,15 +22,10 @@ LIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis \ USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes -USE_REINPLACE= yes USE_GNOME= gnomehack gnomeprefix libgnomeui CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" -INFO= gcompris2 - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure +INFO= gcompris .include <bsd.port.mk> |