diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-18 22:59:51 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-18 22:59:51 +0000 |
commit | 44dae595c5f118a42a6b1f8bf3c94425fef78295 (patch) | |
tree | 80536524fe5148f2a53dbbc534422ea8f828bdc1 /x11/gnome-desktop | |
parent | 70b27b37d1e33fe1f7d902400c2f6a6aa8b3e30d (diff) | |
download | ports-44dae595c5f118a42a6b1f8bf3c94425fef78295.tar.gz ports-44dae595c5f118a42a6b1f8bf3c94425fef78295.zip |
Notes
Diffstat (limited to 'x11/gnome-desktop')
-rw-r--r-- | x11/gnome-desktop/Makefile | 4 |
1 files changed, 3 insertions, 1 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" |