diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 08:49:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 08:49:46 +0000 |
commit | 019f2422aaa071ea4b35d1bc3b69068878ea93d5 (patch) | |
tree | e9e009fc092528bdc298f66c506930624e74cb2c /x11/gnome-terminal/Makefile | |
parent | 4dfe867ac40f1b052a2f64bf10a0f33f79b55dbe (diff) |
Notes
Diffstat (limited to 'x11/gnome-terminal/Makefile')
-rw-r--r-- | x11/gnome-terminal/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile index ebf3b7c82938..e873f552aa9a 100644 --- a/x11/gnome-terminal/Makefile +++ b/x11/gnome-terminal/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnometerminal -# Date created: 1 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/x11/gnome-terminal/Makefile,v 1.137 2010/11/13 13:25:22 kwm Exp $ -# PORTNAME= gnome-terminal PORTVERSION= 2.32.1 @@ -18,10 +14,9 @@ COMMENT= Terminal component for the GNOME 2 Desktop LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification -USES= gettext +USES= gettext gmake pkgconfig USE_BZIP2= yes INSTALLS_OMF= yes -USE_GMAKE= yes USE_XORG= sm USE_GNOME= gnomeprefix gnomehack intlhack gconf2 vte gnomedocutils \ libgnome |