diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-07-23 18:19:27 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-07-23 18:19:27 +0800 |
commit | f7c1ecedbe9542d3d67c88b689c272d730254723 (patch) | |
tree | beb2b09ca3fb2954ebfa1e1e2efa6178b0b766f4 | |
parent | 22f51c974dcd94d6b76cee2c3b7bad7070dc970b (diff) | |
download | freebsd-ports-gnome-f7c1ecedbe9542d3d67c88b689c272d730254723.tar.gz freebsd-ports-gnome-f7c1ecedbe9542d3d67c88b689c272d730254723.tar.zst freebsd-ports-gnome-f7c1ecedbe9542d3d67c88b689c272d730254723.zip |
Update version number of libgtkhtml.
-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 348648628b7b..f5e5164e27ad 100644 --- a/x11/gnomecore/Makefile +++ b/x11/gnomecore/Makefile @@ -15,7 +15,7 @@ DISTNAME= gnome-core-${PORTVERSION} MAINTAINER?= gnome@FreeBSD.org -LIB_DEPENDS= gtkhtml.10:${PORTSDIR}/www/gtkhtml +LIB_DEPENDS= gtkhtml.13:${PORTSDIR}/www/gtkhtml RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio USE_X_PREFIX= yes @@ -23,7 +23,8 @@ USE_GMAKE= yes USE_GNOMECTRL= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share --with-gtkhtml +CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share \ + --with-gtkhtml=${X11BASE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |