diff options
Diffstat (limited to 'x11/Terminal/Makefile')
-rw-r--r-- | x11/Terminal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/Terminal/Makefile b/x11/Terminal/Makefile index 6ee5631c81ef..6df009dd0bbd 100644 --- a/x11/Terminal/Makefile +++ b/x11/Terminal/Makefile @@ -3,11 +3,12 @@ # Whom: Matt Lancereau <ports@FreeBSD.org> # # $FreeBSD$ +# $MCom: ports/x11/Terminal/Makefile,v 1.2 2006/10/08 00:20:31 mezz Exp $ # PORTNAME= Terminal PORTVERSION= 0.2.4 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://download.berlios.de/xfce-goodies/ @@ -20,7 +21,6 @@ LIB_DEPENDS= exo-0.3:${PORTSDIR}/x11/libexo \ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= glib20 vte intlhack -USE_X_PREFIX= yes MAN1= Terminal.1 |