diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-24 01:06:44 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-24 01:06:44 +0000 |
commit | 7eabc93e44142122e6e06dfc83a25ef1bbd50340 (patch) | |
tree | 84f653b562d272ef5d4b5fd2061dc30d61405426 /games/gcompris2 | |
parent | 314779a2193519c90d77bb62ad65dbfb891a3882 (diff) |
* Correct the info filename
* Remove a hack now included in gnomehack
* s/LIBS/LDFLAGS/
Notes
Notes:
svn path=/head/; revision=87575
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> |