diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-terminal/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile index 0030dedd8..c6963c019 100644 --- a/x11/gnome-terminal/Makefile +++ b/x11/gnome-terminal/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-terminal/Makefile,v 1.118 2009/08/15 17:03:01 marcus Exp $ +# $MCom: ports/x11/gnome-terminal/Makefile,v 1.119 2009/08/15 20:23:58 marcus Exp $ # PORTNAME= gnome-terminal PORTVERSION= 2.26.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -22,6 +22,7 @@ USE_GETTEXT= yes USE_BZIP2= yes INSTALLS_OMF= yes USE_GMAKE= yes +USE_XORG= sm USE_GNOME= gnomeprefix gnomehack intlhack gconf2 vte gnomedocutils GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |