From 7eabc93e44142122e6e06dfc83a25ef1bbd50340 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sun, 24 Aug 2003 01:06:44 +0000 Subject: * Correct the info filename * Remove a hack now included in gnomehack * s/LIBS/LDFLAGS/ --- games/gcompris2/Makefile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'games/gcompris2/Makefile') 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 -- cgit v1.2.3