diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-10 08:46:12 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-10 08:46:12 +0800 |
commit | da888002623a722d0ffcbeb54ed9fe19dc757548 (patch) | |
tree | 5d88c862e528d9ab9fc0ca901a930ed90d78ed23 | |
parent | f27219e0fc5707b7764d43998674a971ef9555f7 (diff) | |
download | marcuscom-ports-da888002623a722d0ffcbeb54ed9fe19dc757548.tar marcuscom-ports-da888002623a722d0ffcbeb54ed9fe19dc757548.tar.gz marcuscom-ports-da888002623a722d0ffcbeb54ed9fe19dc757548.tar.bz2 marcuscom-ports-da888002623a722d0ffcbeb54ed9fe19dc757548.tar.lz marcuscom-ports-da888002623a722d0ffcbeb54ed9fe19dc757548.tar.xz marcuscom-ports-da888002623a722d0ffcbeb54ed9fe19dc757548.tar.zst marcuscom-ports-da888002623a722d0ffcbeb54ed9fe19dc757548.zip |
Fix depends.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12852 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/yelp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index 357795539..8e854c116 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.140 2009/09/06 09:39:27 kwm Exp $ +# $MCom: ports/x11/yelp/Makefile,v 1.141 2009/09/08 16:07:11 kwm Exp $ # PORTNAME= yelp @@ -16,6 +16,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A help browser for the GNOME 2 desktop LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ + startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ rarian.0:${PORTSDIR}/textproc/rarian USE_GECKO= libxul @@ -23,7 +24,7 @@ USE_GETTEXT= yes USE_BZIP2= yes USE_XORG= ice USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gnomedocutils +USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils GNU_CONFIGURE= yes INSTALLS_ICONS= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |