diff options
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 |