diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 14:16:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 14:16:20 +0000 |
commit | 0de4fa6c5e8c9ef20456f18f301871f8ab89c5a1 (patch) | |
tree | 361c2f71913e431b9602eb7ea1e2860a2b68d0cf /net/vino/Makefile | |
parent | 1e60403ddd1823d3609cfd1712c7ff97670fed17 (diff) | |
download | ports-0de4fa6c5e8c9ef20456f18f301871f8ab89c5a1.tar.gz ports-0de4fa6c5e8c9ef20456f18f301871f8ab89c5a1.zip |
Notes
Diffstat (limited to 'net/vino/Makefile')
-rw-r--r-- | net/vino/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net/vino/Makefile b/net/vino/Makefile index 17392f001946..440802bc6703 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: vino -# Date created: 16 July 2004 -# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> -# +# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # $FreeBSD$ # $MCom: ports/net/vino/Makefile,v 1.81 2010/09/27 13:51:24 kwm Exp $ -# PORTNAME= vino PORTVERSION= 2.32.2 @@ -21,10 +17,9 @@ LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \ unique-1.0.2:${PORTSDIR}/x11-toolkits/unique USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gnomeprefix intlhack gnomehack gnomepanel USE_XORG= xtst -USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes |