summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-21 18:17:33 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-21 18:17:33 +0000
commit35024cd38efb662f172962150f32816b419c53a9 (patch)
treef0193a51b68561fe033fcb7a2534dfac31dd31dc
parentFix make package after recent GNOMENG conversion. (diff)
Fix configure after recent GNOMENG conversion.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=67017
-rw-r--r--editors/gnotepad+/Makefile6
-rw-r--r--net/ekiga/Makefile2
-rw-r--r--net/gnomemeeting/Makefile2
-rw-r--r--net/gnomemeeting2/Makefile2
4 files changed, 8 insertions, 4 deletions
diff --git a/editors/gnotepad+/Makefile b/editors/gnotepad+/Makefile
index bd8c8f52a770..2b0f983ed4f7 100644
--- a/editors/gnotepad+/Makefile
+++ b/editors/gnotepad+/Makefile
@@ -23,6 +23,7 @@ USE_X_PREFIX= yes
USE_XPM= yes
USE_GNOMENG= yes
WANT_GNOME= yes
+USE_GNOME= gtk12
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
@@ -41,9 +42,12 @@ post-extract:
.endif
.if ${HAVE_GNOME:Mgnomelibs}!=""
-USE_GNOME= gtk12
+USE_GNOME= gnomeprefix gnomelibs
+PKGNAMESUFFIX= -gnome
+PLIST_SUB= DATADIR="share/gnome"
.else
CONFIGURE_ARGS+=--disable-gnome
+PLIST_SUB= DATADIR="share"
.endif
.include <bsd.port.post.mk>
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile
index 904c7192d4c7..3e3bf8b7c073 100644
--- a/net/ekiga/Makefile
+++ b/net/ekiga/Makefile
@@ -25,7 +25,7 @@ USE_X_PREFIX= yes
USE_BISON= yes
USE_AUTOCONF= yes # we need this so configure is regenerated
USE_GNOMENG= yes
-USE_GNOME= gdkpixbuf gnomelibs gnomehack gnomeprefix
+USE_GNOME= gdkpixbuf gnomelibs gnomehack gnomeprefix gconf
USE_GMAKE= yes
CONFIGURE_ARGS= --with-ptlib-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib/include/ptlib \
--with-ptlib-libs=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib/lib \
diff --git a/net/gnomemeeting/Makefile b/net/gnomemeeting/Makefile
index 904c7192d4c7..3e3bf8b7c073 100644
--- a/net/gnomemeeting/Makefile
+++ b/net/gnomemeeting/Makefile
@@ -25,7 +25,7 @@ USE_X_PREFIX= yes
USE_BISON= yes
USE_AUTOCONF= yes # we need this so configure is regenerated
USE_GNOMENG= yes
-USE_GNOME= gdkpixbuf gnomelibs gnomehack gnomeprefix
+USE_GNOME= gdkpixbuf gnomelibs gnomehack gnomeprefix gconf
USE_GMAKE= yes
CONFIGURE_ARGS= --with-ptlib-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib/include/ptlib \
--with-ptlib-libs=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib/lib \
diff --git a/net/gnomemeeting2/Makefile b/net/gnomemeeting2/Makefile
index 904c7192d4c7..3e3bf8b7c073 100644
--- a/net/gnomemeeting2/Makefile
+++ b/net/gnomemeeting2/Makefile
@@ -25,7 +25,7 @@ USE_X_PREFIX= yes
USE_BISON= yes
USE_AUTOCONF= yes # we need this so configure is regenerated
USE_GNOMENG= yes
-USE_GNOME= gdkpixbuf gnomelibs gnomehack gnomeprefix
+USE_GNOME= gdkpixbuf gnomelibs gnomehack gnomeprefix gconf
USE_GMAKE= yes
CONFIGURE_ARGS= --with-ptlib-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib/include/ptlib \
--with-ptlib-libs=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib/lib \