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 | |
parent | 4dfe867ac40f1b052a2f64bf10a0f33f79b55dbe (diff) | |
download | ports-019f2422aaa071ea4b35d1bc3b69068878ea93d5.tar.gz ports-019f2422aaa071ea4b35d1bc3b69068878ea93d5.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-desktop/Makefile | 3 | ||||
-rw-r--r-- | x11/gnome-terminal/Makefile | 9 | ||||
-rw-r--r-- | x11/libgnomemm/Makefile | 8 | ||||
-rw-r--r-- | x11/libgnomemm26/Makefile | 8 | ||||
-rw-r--r-- | x11/tilda/Makefile | 8 |
5 files changed, 9 insertions, 27 deletions
diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile index 06be5c686831..cdb332cb1614 100644 --- a/x11/gnome-desktop/Makefile +++ b/x11/gnome-desktop/Makefile @@ -19,10 +19,9 @@ USE_BZIP2= yes LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification USE_XORG= xpm -USES= bison pathfix gettext +USES= bison pathfix gettext pkgconfig gmake USE_GNOME= gnomeprefix intlhack gnomedocutils gconf2 pygtk2 \ ltverhack referencehack -USE_GMAKE= yes USE_PYTHON= yes INSTALLS_OMF= yes USE_LDCONFIG= yes 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 diff --git a/x11/libgnomemm/Makefile b/x11/libgnomemm/Makefile index 0611dc1f1ab4..83af939e10e2 100644 --- a/x11/libgnomemm/Makefile +++ b/x11/libgnomemm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libgnomemm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# +# Created by: Alexander Nedotsukov <bland@mail.ru> # $FreeBSD$ -# PORTNAME= libgnomemm PORTVERSION= 2.0.1 @@ -19,7 +15,7 @@ LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20 BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_AUTOTOOLS= libtool -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack libgnome GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/x11/libgnomemm26/Makefile b/x11/libgnomemm26/Makefile index ea3ebbc43199..79357b1b3644 100644 --- a/x11/libgnomemm26/Makefile +++ b/x11/libgnomemm26/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: libgnomemm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# +# Created by: Alexander Nedotsukov <bland@mail.ru> # $FreeBSD$ # $MCom: ports/x11/libgnomemm26/Makefile,v 1.24 2010/03/30 13:34:10 avl Exp $ -# PORTNAME= libgnomemm PORTVERSION= 2.30.0 @@ -21,9 +17,9 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LATEST_LINK= libgnomemm26 +USES= gmake pkgconfig USE_BZIP2= yes USE_XORG= xext -USE_GMAKE= yes USE_GNOME= gnomehack libgnome GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/x11/tilda/Makefile b/x11/tilda/Makefile index 42977c4c2b7c..d31e4712aa80 100644 --- a/x11/tilda/Makefile +++ b/x11/tilda/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tilda -# Date created: 4 Jan 2005 -# Whom: Vlad V. Teterya <vlad@vlad.uz.ua> -# +# Create by: Vlad V. Teterya <vlad@vlad.uz.ua> # $FreeBSD$ -# PORTNAME= tilda PORTVERSION= 0.9.6 @@ -18,7 +14,7 @@ LIB_DEPENDS= confuse.0:${PORTSDIR}/devel/libconfuse GNU_CONFIGURE= yes USE_GNOME= gtk20 libglade2 vte -USE_GMAKE= yes +USES= gmake pkgconfig DOCS= AUTHORS ChangeLog README TODO |