diff options
author | ade <ade@FreeBSD.org> | 2001-06-19 17:37:36 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-06-19 17:37:36 +0800 |
commit | da2658174d17d340834adda18ae39b24e984619d (patch) | |
tree | b10512da832890e1127c5ffbe3e1742da623c2ae /x11/gnomecore | |
parent | 0b32df7048d5535d364fd12d9147a73547f991c5 (diff) | |
download | freebsd-ports-gnome-da2658174d17d340834adda18ae39b24e984619d.tar.gz freebsd-ports-gnome-da2658174d17d340834adda18ae39b24e984619d.tar.zst freebsd-ports-gnome-da2658174d17d340834adda18ae39b24e984619d.zip |
Fold gtkhtml (and, by association, gal) into dependencies for x11/gnomecore
(adding some extra functionality).
Diffstat (limited to 'x11/gnomecore')
-rw-r--r-- | x11/gnomecore/Makefile | 5 |
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" |