diff options
Diffstat (limited to 'x11/gnome-desktop/Makefile')
-rw-r--r-- | x11/gnome-desktop/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile index 13bacb7a1..89f429ec1 100644 --- a/x11/gnome-desktop/Makefile +++ b/x11/gnome-desktop/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomedesktop -PORTVERSION= 2.3.3.1 +PORTVERSION= 2.3.4 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-desktop/2.3 @@ -26,14 +26,10 @@ USE_GMAKE= yes USE_BISON= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes +CONFIGURE_ARGS= --with-gnome-distributor="FreeBSD GNOME Project" CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= gnome-about.1 -post-patch: - @${REINPLACE_CMD} -e \ - 's|GNOME_DISTRIBUTOR=.*$$|GNOME_DISTRIBUTOR="FreeBSD GNOME Project"|' \ - ${WRKSRC}/configure - .include <bsd.port.mk> |