summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2001-06-19 09:37:36 +0000
committerAde Lovett <ade@FreeBSD.org>2001-06-19 09:37:36 +0000
commitb5271952f064e6eaca172f7968d8dbe08acd81e9 (patch)
tree1abc1da8e714fa22c6cf5b65220a083c29dfef73 /x11
parentUpdate to 0.3; fix minor grammatical error in pkg-descr. (diff)
Fold gtkhtml (and, by association, gal) into dependencies for x11/gnomecore
(adding some extra functionality).
Notes
Notes: svn path=/head/; revision=44212
Diffstat (limited to 'x11')
-rw-r--r--x11/gnomecore/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile
index 99b7cdba865f..348648628b7b 100644
--- a/x11/gnomecore/Makefile
+++ b/x11/gnomecore/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomecore
PORTVERSION= 1.4.0.4
+PORTREVISION= 1
CATEGORIES?= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-core
@@ -14,7 +15,7 @@ DISTNAME= gnome-core-${PORTVERSION}
MAINTAINER?= gnome@FreeBSD.org
-LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade
+LIB_DEPENDS= gtkhtml.10:${PORTSDIR}/www/gtkhtml
RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio
USE_X_PREFIX= yes
@@ -22,7 +23,7 @@ USE_GMAKE= yes
USE_GNOMECTRL= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
-CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share
+CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share --with-gtkhtml
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"