diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-31 02:52:02 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-31 02:52:02 +0800 |
commit | 00312158178094b816e7abba9a4340c7c603825a (patch) | |
tree | 9ef6365abc4c4e87921b2b2bb0361ef4c565f48d | |
parent | 4aea1f449fd354a90719da0f2d30d253a8fe0e7c (diff) | |
download | marcuscom-ports-00312158178094b816e7abba9a4340c7c603825a.tar marcuscom-ports-00312158178094b816e7abba9a4340c7c603825a.tar.gz marcuscom-ports-00312158178094b816e7abba9a4340c7c603825a.tar.bz2 marcuscom-ports-00312158178094b816e7abba9a4340c7c603825a.tar.lz marcuscom-ports-00312158178094b816e7abba9a4340c7c603825a.tar.xz marcuscom-ports-00312158178094b816e7abba9a4340c7c603825a.tar.zst marcuscom-ports-00312158178094b816e7abba9a4340c7c603825a.zip |
Add a missing dependency on libgnomeprintui.
Reported by: GNOME Tinderbox
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4361 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | www/epiphany/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 73e81d1fa..5112f8bbe 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany/Makefile,v 1.77 2005/07/27 06:55:16 marcus Exp $ +# $MCom: ports/www/epiphany/Makefile,v 1.78 2005/07/27 18:13:57 mezz Exp $ # PORTNAME= epiphany PORTVERSION= 1.7.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.7 @@ -49,7 +49,8 @@ MOZ_BUILD= firefox USE_BZIP2= yes USE_X_PREFIX= yes GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop desktopfileutils +USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop desktopfileutils \ + libgnomeprintui USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_REINPLACE= yes |