diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-30 00:47:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-30 00:47:21 +0000 |
commit | 798e9bed2a389dce8a970e15b68176fd49f442db (patch) | |
tree | 9dc5597aab073298ec381964f72cd853b3dd366c /x11/gnome-terminal/Makefile | |
parent | 48b92584b0722f7f6ca412e6cfe16f1381e043cc (diff) | |
download | ports-798e9bed2a389dce8a970e15b68176fd49f442db.tar.gz ports-798e9bed2a389dce8a970e15b68176fd49f442db.zip |
Notes
Diffstat (limited to 'x11/gnome-terminal/Makefile')
-rw-r--r-- | x11/gnome-terminal/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile index c1c5d6bcecde..a8578865b0f7 100644 --- a/x11/gnome-terminal/Makefile +++ b/x11/gnome-terminal/Makefile @@ -3,24 +3,24 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnometerminal/Makefile,v 1.52 2005/10/14 20:39:58 adamw Exp $ +# $MCom: ports/x11/gnometerminal/Makefile,v 1.69 2006/04/13 07:52:41 bland Exp $ # PORTNAME= gnometerminal -PORTVERSION= 2.12.0 +PORTVERSION= 2.14.1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-terminal/2.12 +MASTER_SITE_SUBDIR= sources/gnome-terminal/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DISTNAME= gnome-terminal-${PORTVERSION} 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_REINPLACE= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui vte GNU_CONFIGURE= yes |