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 | |
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')
-rw-r--r-- | net/gnome-nettool/Makefile | 3 | ||||
-rw-r--r-- | net/gnomenettool/Makefile | 3 | ||||
-rw-r--r-- | net/vino/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/net/gnome-nettool/Makefile b/net/gnome-nettool/Makefile index cfdf30fb9..29d51d0d3 100644 --- a/net/gnome-nettool/Makefile +++ b/net/gnome-nettool/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net/gnomenettool/Makefile,v 1.15 2006/02/25 00:12:31 marcus Exp $ +# $MCom: ports/net/gnomenettool/Makefile,v 1.16 2006/02/28 04:27:16 marcus Exp $ # PORTNAME= gnomenettool @@ -22,6 +22,7 @@ USE_X_PREFIX= yes USE_BZIP2= yes USE_GNOME= gnomehack intlhack gnomeprefix libglade2 gconf2 USE_GMAKE= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/net/gnomenettool/Makefile b/net/gnomenettool/Makefile index cfdf30fb9..29d51d0d3 100644 --- a/net/gnomenettool/Makefile +++ b/net/gnomenettool/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net/gnomenettool/Makefile,v 1.15 2006/02/25 00:12:31 marcus Exp $ +# $MCom: ports/net/gnomenettool/Makefile,v 1.16 2006/02/28 04:27:16 marcus Exp $ # PORTNAME= gnomenettool @@ -22,6 +22,7 @@ USE_X_PREFIX= yes USE_BZIP2= yes USE_GNOME= gnomehack intlhack gnomeprefix libglade2 gconf2 USE_GMAKE= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" 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 |