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/gnomedesktop | |
parent | - Fix build on -current (diff) |
Teach gnomedesktop about the KDE datadir.
Notes
Notes:
svn path=/head/; revision=91603
Diffstat (limited to 'x11/gnomedesktop')
-rw-r--r-- | x11/gnomedesktop/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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" |