diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-10 07:17:24 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-10 07:17:24 +0800 |
commit | d3d7efde81457a2cef91c341a3b87a119d51be62 (patch) | |
tree | 3cdcd78b02fc3fac07234e5a416efa4dc60a0ecc | |
parent | ce0daaf1838c836b81e60c7e68db2fad8ed9878b (diff) | |
download | marcuscom-ports-d3d7efde81457a2cef91c341a3b87a119d51be62.tar marcuscom-ports-d3d7efde81457a2cef91c341a3b87a119d51be62.tar.gz marcuscom-ports-d3d7efde81457a2cef91c341a3b87a119d51be62.tar.bz2 marcuscom-ports-d3d7efde81457a2cef91c341a3b87a119d51be62.tar.lz marcuscom-ports-d3d7efde81457a2cef91c341a3b87a119d51be62.tar.xz marcuscom-ports-d3d7efde81457a2cef91c341a3b87a119d51be62.tar.zst marcuscom-ports-d3d7efde81457a2cef91c341a3b87a119d51be62.zip |
Add a missing dependency, gnome-doc-utils. Bump the PORTREVISION.
Reported by: tinderbox
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12051 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | www/gnome-user-share/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/gnome-user-share/Makefile b/www/gnome-user-share/Makefile index ab061cd54..e9214aa4c 100644 --- a/www/gnome-user-share/Makefile +++ b/www/gnome-user-share/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/gnome-user-share/Makefile,v 1.10 2009/02/27 22:29:00 marcus Exp $ +# $MCom: ports/www/gnome-user-share/Makefile,v 1.11 2009/03/05 04:53:51 marcus Exp $ # PORTNAME= gnome-user-share PORTVERSION= 2.25.92 +PORTREVISION= 1 CATEGORIES= www deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -22,7 +23,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes USE_APACHE= 2.2+ -USE_GNOME= gnomeprefix gnomehack intlhack libglade2 gconf2 +USE_GNOME= gnomeprefix gnomehack intlhack libglade2 gconf2 gnomedocutils GNU_CONFIGURE= yes INSTALLS_ICONS= yes CONFIGURE_ARGS= --with-modules-path=${LOCALBASE}/${APACHEMODDIR} |