diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-02 02:10:25 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-02 02:10:25 +0800 |
commit | 85b2b8dda31e11f9eb453a2693faf4228e47d827 (patch) | |
tree | bfe746f95146ff919082f47efb36497b6c7d9b2f /net | |
parent | fd0455a9b038598c0c83a7fb48be2c289c08e55d (diff) | |
download | marcuscom-ports-85b2b8dda31e11f9eb453a2693faf4228e47d827.tar.gz marcuscom-ports-85b2b8dda31e11f9eb453a2693faf4228e47d827.tar.zst marcuscom-ports-85b2b8dda31e11f9eb453a2693faf4228e47d827.zip |
Add a missing dependency, gnome-doc-utils. Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10321 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/vinagre/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/vinagre/Makefile b/net/vinagre/Makefile index 1d36ff0ba..0cbf549d4 100644 --- a/net/vinagre/Makefile +++ b/net/vinagre/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/net/vinagre/Makefile,v 1.1 2008/01/28 21:57:40 mezz Exp $ # PORTNAME= vinagre PORTVERSION= 0.4.90 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -24,7 +25,7 @@ LIB_DEPENDS= gtk-vnc-1.0.0:${PORTSDIR}/net/gtk-vnc \ USE_BZIP2= yes USE_GETTEXT= yes USE_XLIB= yes -USE_GNOME= gnomeprefix intlhack gnomehack libglade2 gconf2 +USE_GNOME= gnomeprefix intlhack gnomehack libglade2 gconf2 gnomedocutils USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_OMF= yes |