diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-03 04:56:22 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-03 04:56:22 +0800 |
commit | 452356647410c2c1fc50cf77f2256fdb3d4939bf (patch) | |
tree | e04cdbda56f148710d9a9a144121c519e42bdfa3 /net/vino | |
parent | a68d411e884f78e3245d335c3679ed035169df40 (diff) | |
download | marcuscom-ports-452356647410c2c1fc50cf77f2256fdb3d4939bf.tar marcuscom-ports-452356647410c2c1fc50cf77f2256fdb3d4939bf.tar.gz marcuscom-ports-452356647410c2c1fc50cf77f2256fdb3d4939bf.tar.bz2 marcuscom-ports-452356647410c2c1fc50cf77f2256fdb3d4939bf.tar.lz marcuscom-ports-452356647410c2c1fc50cf77f2256fdb3d4939bf.tar.xz marcuscom-ports-452356647410c2c1fc50cf77f2256fdb3d4939bf.tar.zst marcuscom-ports-452356647410c2c1fc50cf77f2256fdb3d4939bf.zip |
Add USE_GETTEXT to make portlint happy.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5833 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/vino')
-rw-r--r-- | net/vino/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/vino/Makefile b/net/vino/Makefile index 5b8522751..3ae6fb4c5 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -3,7 +3,7 @@ # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # # $FreeBSD$ -# $MCom: ports/net/vino/Makefile,v 1.23 2006/01/15 21:35:09 ahze Exp $ +# $MCom: ports/net/vino/Makefile,v 1.24 2006/02/25 00:12:31 marcus Exp $ # PORTNAME= vino @@ -18,6 +18,7 @@ COMMENT= VNC server that allows for remote access to your GNOME desktop LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls USE_BZIP2= yes +USE_GETTEXT= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix intlhack gnomehack gnomepanel USE_GMAKE= yes |