diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:13:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:13:23 +0000 |
commit | 1c7c3d2208b25ea1ca091a2b3e8cb6b7283feac6 (patch) | |
tree | 969d85a11701cc0a743c50f26376c759b7da5a4d /x11-toolkits | |
parent | d65af50a70ba6e7ae6c00df5e9c8a4007c79a964 (diff) | |
download | ports-1c7c3d2208b25ea1ca091a2b3e8cb6b7283feac6.tar.gz ports-1c7c3d2208b25ea1ca091a2b3e8cb6b7283feac6.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gal2/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/gtk-sharp10/Makefile | 9 | ||||
-rw-r--r-- | x11-toolkits/libgnomeuimm26/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/ocaml-lablgtk2/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/py-gnome2/Makefile | 9 |
5 files changed, 8 insertions, 24 deletions
diff --git a/x11-toolkits/gal2/Makefile b/x11-toolkits/gal2/Makefile index 6c1d5be55723..78dd7ab87748 100644 --- a/x11-toolkits/gal2/Makefile +++ b/x11-toolkits/gal2/Makefile @@ -18,9 +18,7 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) -USE_PERL5= yes -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext perl5 gmake pkgconfig USE_GNOME= gnomeprefix intlhack libgnomeui libgnomeprintui ltverhack USE_XORG= x11 USE_LDCONFIG= yes diff --git a/x11-toolkits/gtk-sharp10/Makefile b/x11-toolkits/gtk-sharp10/Makefile index b6cdf2ac1524..002c2013731d 100644 --- a/x11-toolkits/gtk-sharp10/Makefile +++ b/x11-toolkits/gtk-sharp10/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gtk-sharp -# Date created: 2003-01-01 -# Whom: Juli Mallett -# +# Created by: Juli Mallett # $FreeBSD$ # $Id: Makefile,v 1.13 2006/10/08 01:57:16 killfill Exp $ -# PORTNAME= gtk-sharp PORTVERSION= 1.0.10 @@ -21,8 +17,7 @@ RUN_DEPENDS= mono:${PORTSDIR}/lang/mono LATEST_LINK= gtk-sharp10 GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GMAKE= yes -USES= perl5 +USES= gmake pkgconfig perl5 USE_PERL5= run USE_GNOME= gnomehack gtkhtml3 vte librsvg2 libgnomecanvas \ libgnomeprintui libglade2 libgnomeui diff --git a/x11-toolkits/libgnomeuimm26/Makefile b/x11-toolkits/libgnomeuimm26/Makefile index c94e36098e63..5c4c8abfab66 100644 --- a/x11-toolkits/libgnomeuimm26/Makefile +++ b/x11-toolkits/libgnomeuimm26/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: libgnomeuimm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# +# Created by: Alexander Nedotsukov <bland@mail.ru> # $FreeBSD$ # $MCom: ports/x11-toolkits/libgnomeuimm26/Makefile,v 1.20 2009/09/22 21:23:48 kwm Exp $ -# PORTNAME= libgnomeuimm PORTVERSION= 2.28.0 @@ -28,7 +24,7 @@ LATEST_LINK= libgnomeuimm26 USE_AUTOTOOLS= libtool USE_BZIP2= yes USE_XORG= x11 -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack libgnomeui GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/x11-toolkits/ocaml-lablgtk2/Makefile b/x11-toolkits/ocaml-lablgtk2/Makefile index 405e00da3498..ad7d99fed3dc 100644 --- a/x11-toolkits/ocaml-lablgtk2/Makefile +++ b/x11-toolkits/ocaml-lablgtk2/Makefile @@ -14,7 +14,7 @@ COMMENT= An Objective Caml interface to GTK+ 2.x LICENSE= LGPL21 -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gtk20 USE_OCAML= yes USE_OCAML_FINDLIB= yes diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index 00c6e771c87d..31cf9f6c39aa 100644 --- a/x11-toolkits/py-gnome2/Makefile +++ b/x11-toolkits/py-gnome2/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: py-gnome -# Date created: 09 February 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/x11-toolkits/py-gnome2/Makefile,v 1.60 2010/04/02 20:22:15 kwm Exp $ -# PORTNAME= gnome PORTVERSION= 2.28.1 @@ -24,10 +20,9 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ORBit.so:${PORTSDIR}/devel/py-orbit LATEST_LINK= py-gnome2 USE_BZIP2= yes -USE_GMAKE= yes USE_PYTHON= yes USE_LDCONFIG= yes -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gnomehack libgnomeui pygtk2 GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" \ |