diff options
Diffstat (limited to 'x11/gnometerminal/Makefile')
-rw-r--r-- | x11/gnometerminal/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnometerminal/Makefile b/x11/gnometerminal/Makefile index 017249e33..977f2df88 100644 --- a/x11/gnometerminal/Makefile +++ b/x11/gnometerminal/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnometerminal/Makefile,v 1.59 2006/01/31 20:36:55 marcus Exp $ +# $MCom: ports/x11/gnometerminal/Makefile,v 1.60 2006/02/12 19:10:53 marcus Exp $ # PORTNAME= gnometerminal @@ -17,12 +17,13 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Terminal component for the GNOME 2 Desktop +USE_GETTEXT= yes USE_BZIP2= yes INSTALLS_OMF= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui vte -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |