diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/vinagre/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/vinagre/Makefile b/net/vinagre/Makefile index b782c3d55..ec2c91072 100644 --- a/net/vinagre/Makefile +++ b/net/vinagre/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net/vinagre/Makefile,v 1.10 2008/06/06 21:38:51 marcus Exp $ +# $MCom: ports/net/vinagre/Makefile,v 1.11 2008/06/17 00:55:12 marcus Exp $ # PORTNAME= vinagre PORTVERSION= 2.23.4 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -23,7 +24,8 @@ LIB_DEPENDS= gtk-vnc-1.0.0:${PORTSDIR}/net/gtk-vnc \ USE_BZIP2= yes USE_GETTEXT= yes -USE_GNOME= gnomeprefix intlhack gnomehack libglade2 gconf2 gnomedocutils +USE_GNOME= gnomeprefix intlhack gnomehack libglade2 gconf2 gnomedocutils \ + gnomepanel USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_OMF= yes |