summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-18 22:59:51 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-18 22:59:51 +0000
commit44dae595c5f118a42a6b1f8bf3c94425fef78295 (patch)
tree80536524fe5148f2a53dbbc534422ea8f828bdc1
parent- Fix build on -current (diff)
Teach gnomedesktop about the KDE datadir.
Notes
Notes: svn path=/head/; revision=91603
-rw-r--r--x11/gnome-desktop/Makefile4
-rw-r--r--x11/gnomedesktop/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile
index ebb17e575dce..9b61d08af1a9 100644
--- a/x11/gnome-desktop/Makefile
+++ b/x11/gnome-desktop/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomedesktop
PORTVERSION= 2.4.1.1
+PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-desktop/2.4
@@ -26,7 +27,8 @@ USE_GMAKE= yes
USE_BISON= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
-CONFIGURE_ARGS= --with-gnome-distributor="FreeBSD GNOME Project"
+CONFIGURE_ARGS= --with-gnome-distributor="FreeBSD GNOME Project" \
+ --with-kde-datadir=${LOCALBASE}/share
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/x11/gnomedesktop/Makefile b/x11/gnomedesktop/Makefile
index ebb17e575dce..9b61d08af1a9 100644
--- a/x11/gnomedesktop/Makefile
+++ b/x11/gnomedesktop/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomedesktop
PORTVERSION= 2.4.1.1
+PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-desktop/2.4
@@ -26,7 +27,8 @@ USE_GMAKE= yes
USE_BISON= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
-CONFIGURE_ARGS= --with-gnome-distributor="FreeBSD GNOME Project"
+CONFIGURE_ARGS= --with-gnome-distributor="FreeBSD GNOME Project" \
+ --with-kde-datadir=${LOCALBASE}/share
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"