diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-19 06:59:51 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-19 06:59:51 +0800 |
commit | 9af104c83cb02868a391d9fc17fc95e890b16272 (patch) | |
tree | 073e790530467491acf2db5080073dec3e8e03fc /x11 | |
parent | fb7cc83cbe7cd5b71f7aad01e89649f771ca2b35 (diff) | |
download | freebsd-ports-gnome-9af104c83cb02868a391d9fc17fc95e890b16272.tar.gz freebsd-ports-gnome-9af104c83cb02868a391d9fc17fc95e890b16272.tar.zst freebsd-ports-gnome-9af104c83cb02868a391d9fc17fc95e890b16272.zip |
Teach gnomedesktop about the KDE datadir.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-desktop/Makefile | 4 | ||||
-rw-r--r-- | x11/gnomedesktop/Makefile | 4 |
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" |