summaryrefslogtreecommitdiffstats
path: root/x11/gnome-desktop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-desktop/Makefile')
-rw-r--r--x11/gnome-desktop/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile
index bfea0d821..57f6d6ec1 100644
--- a/x11/gnome-desktop/Makefile
+++ b/x11/gnome-desktop/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnomedesktop
-PORTVERSION= 2.3.1
+PORTVERSION= 2.3.2
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-desktop/2.3
@@ -27,12 +27,13 @@ USE_BISON= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+ LDFLAGS="-L${LOCALBASE}/lib"
MAN1= gnome-about.1
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
+ s|GNOME_DISTRIBUTOR=.*$$|GNOME_DISTRIBUTOR="FreeBSD GNOME Project"| ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
.include <bsd.port.mk>