diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-26 10:19:19 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-26 10:19:19 +0800 |
commit | a73b6c83cf2a46a3b29c8eea067517831e4b0352 (patch) | |
tree | 4aa5fdf37afb588fdf0dc470c232013cb89473ff /x11 | |
parent | 7254146237eb4737c0d735d5066249e7674e9869 (diff) | |
download | marcuscom-ports-a73b6c83cf2a46a3b29c8eea067517831e4b0352.tar.gz marcuscom-ports-a73b6c83cf2a46a3b29c8eea067517831e4b0352.tar.zst marcuscom-ports-a73b6c83cf2a46a3b29c8eea067517831e4b0352.zip |
Use the new gnomedocutils component.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4316 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/yelp/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index 14f4b71c9..e1286100c 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/yelp/Makefile,v 1.56 2005/07/14 05:40:50 ahze Exp $ +# $MCom: ports/x11/yelp/Makefile,v 1.57 2005/07/17 07:46:19 ahze Exp $ # PORTNAME= yelp @@ -17,10 +17,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A help browser for the GNOME 2 desktop -BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/gnome-doc-utils.pc:${PORTSDIR}/textproc/gnomedocutils \ - ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} -RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/gnome-doc-utils.pc:${PORTSDIR}/textproc/gnomedocutils \ - ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} +BUILD_DEPENDS= ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} +RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} MOZILLA= firefox HEADERS_SUFX= @@ -46,7 +44,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui +USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui gnomedocutils USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |