diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-12-19 10:25:42 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-12-19 10:25:42 +0800 |
commit | e5b39f28300d435b0c2285ec4ee77ea802c3c011 (patch) | |
tree | ad575363d464da5d6560b061e4f4ba5aad144502 /x11 | |
parent | d6dc3a37be3ac936339cb72e723e69918a4a79bd (diff) | |
download | marcuscom-ports-e5b39f28300d435b0c2285ec4ee77ea802c3c011.tar marcuscom-ports-e5b39f28300d435b0c2285ec4ee77ea802c3c011.tar.gz marcuscom-ports-e5b39f28300d435b0c2285ec4ee77ea802c3c011.tar.bz2 marcuscom-ports-e5b39f28300d435b0c2285ec4ee77ea802c3c011.tar.lz marcuscom-ports-e5b39f28300d435b0c2285ec4ee77ea802c3c011.tar.xz marcuscom-ports-e5b39f28300d435b0c2285ec4ee77ea802c3c011.tar.zst marcuscom-ports-e5b39f28300d435b0c2285ec4ee77ea802c3c011.zip |
Add a missing dependency on libgnomeprintui.
Reported by: GNOME Tinderbox
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5306 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/yelp/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index 27f38c112..a95cf1c2a 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -3,11 +3,12 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/yelp/Makefile,v 1.71 2005/12/06 16:37:41 jylefort Exp $ +# $MCom: ports/x11/yelp/Makefile,v 1.72 2005/12/12 12:37:23 ahze Exp $ # PORTNAME= yelp PORTVERSION= 2.13.2 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.13 @@ -22,7 +23,8 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui gnomedocutils +USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui gnomedocutils \ + libgnomeprintui USE_AUTOTOOLS= libtool:15 INSTALLS_ICONS= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |