diff options
| -rw-r--r-- | databases/evolution-data-server/Makefile | 6 | ||||
| -rw-r--r-- | databases/evolution-data-server3/Makefile | 6 | ||||
| -rw-r--r-- | devel/anjuta3/Makefile | 6 | ||||
| -rw-r--r-- | devel/gobject-introspection/Makefile | 6 | ||||
| -rw-r--r-- | devel/libIDL/Makefile | 12 | ||||
| -rw-r--r-- | lang/vala/Makefile | 6 | ||||
| -rw-r--r-- | mail/evolution/Makefile | 12 | ||||
| -rw-r--r-- | mail/evolution3/Makefile | 12 | ||||
| -rw-r--r-- | math/gcalctool/Makefile | 12 | ||||
| -rw-r--r-- | math/gcalctool3/Makefile | 12 | ||||
| -rw-r--r-- | multimedia/gstreamer1/Makefile | 6 | ||||
| -rw-r--r-- | www/webkit-gtk2/Makefile | 10 | ||||
| -rw-r--r-- | www/webkit-gtk3/Makefile | 10 | ||||
| -rw-r--r-- | x11-toolkits/libwnck/Makefile | 12 | ||||
| -rw-r--r-- | x11-toolkits/libwnck3/Makefile | 12 | ||||
| -rw-r--r-- | x11-toolkits/vte/Makefile | 12 | ||||
| -rw-r--r-- | x11-toolkits/vte3/Makefile | 12 | ||||
| -rw-r--r-- | x11/gnome-desktop/Makefile | 12 | ||||
| -rw-r--r-- | x11/gnome-desktop3/Makefile | 12 | 
19 files changed, 68 insertions, 120 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 277c8a475..422be3506 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -1,6 +1,6 @@  # Created by: Joe Marcus Clarke <marcus@FreeBSD.org>  # $FreeBSD$ -#   $MCom: ports/databases/evolution-data-server/Makefile,v 1.216 2012/12/30 18:15:15 mezz Exp $ +#   $MCom: ports/databases/evolution-data-server/Makefile,v 1.217 2013/02/15 16:35:39 kwm Exp $  PORTNAME=	evolution-data-server  PORTVERSION=	2.32.1 @@ -22,9 +22,9 @@ LIB_DEPENDS=	soup-2.4:${PORTSDIR}/devel/libsoup \  USE_BZIP2=	yes  USE_GMAKE=	yes -USE_BISON=	build +USES=		bison pathfix  USE_GETTEXT=	yes -USE_GNOME=	gnomeprefix gnomehack intlhack ltverhack ltasneededhack gconf2 \ +USE_GNOME=	gnomeprefix intlhack ltverhack ltasneededhack gconf2 \  		libxml2  USE_OPENLDAP=	yes  USE_SQLITE=	yes diff --git a/databases/evolution-data-server3/Makefile b/databases/evolution-data-server3/Makefile index aebf94e0f..b0945303e 100644 --- a/databases/evolution-data-server3/Makefile +++ b/databases/evolution-data-server3/Makefile @@ -1,6 +1,6 @@  # Created by: Joe Marcus Clarke <marcus@FreeBSD.org>  # $FreeBSD$ -#   $MCom: ports/databases/evolution-data-server3/Makefile,v 1.29 2012/12/30 18:15:16 mezz Exp $ +#   $MCom: ports/databases/evolution-data-server3/Makefile,v 1.30 2013/02/15 16:35:39 kwm Exp $  PORTNAME=	evolution-data-server  PORTVERSION=	3.4.4 @@ -30,9 +30,9 @@ CONFLICTS=	evolution-data-server-2.[0-9]*  LATEST_LINK=	evolution-data-server3  USE_XZ=		yes  USE_GMAKE=	yes -USE_BISON=	build +USES		bison pathfix  USE_GETTEXT=	yes -USE_GNOME=	gnomeprefix gnomehack intlhack ltverhack ltasneededhack gconf2 \ +USE_GNOME=	gnomeprefix intlhack ltverhack ltasneededhack gconf2 \  		libxml2 gtk30  USE_OPENLDAP=	yes  USE_SQLITE=	yes diff --git a/devel/anjuta3/Makefile b/devel/anjuta3/Makefile index 8c9b899a0..fe8af0990 100644 --- a/devel/anjuta3/Makefile +++ b/devel/anjuta3/Makefile @@ -1,6 +1,6 @@  # Created by: Dmitry Sivachenko <demon@FreeBSD.org>  # $FreeBSD$ -#   $MCom: ports/devel/anjuta3/Makefile,v 1.1 2012/06/16 21:10:00 kwm Exp $ +#   $MCom: ports/devel/anjuta3/Makefile,v 1.2 2012/12/13 20:33:05 kwm Exp $  PORTNAME=	anjuta  PORTVERSION=	3.4.3 @@ -28,14 +28,14 @@ CONFLICTS=	anjuta-2.[0-9]*  LATEST_LINK=	anjuta3  USE_XZ=		yes -USE_BISON=	build +USES=		bison pathfix  USE_GMAKE=	yes  USE_GETTEXT=	yes  INSTALLS_ICONS=	yes  USE_PERL5=	yes  USE_PYTHON=	yes  USE_LDCONFIG=	yes -USE_GNOME=	gnomeprefix gnomehack vte3 gtksourceview3 libgda5 libwnck3 +USE_GNOME=	gnomeprefix vte3 gtksourceview3 libgda5 libwnck3  GNU_CONFIGURE=	yes  CPPFLAGS+=	-I${LOCALBASE}/include  LDFLAGS+=	-L${LOCALBASE}/lib diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index 8467d8115..f9deecc61 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -1,6 +1,6 @@  # Created by: Alexander Logvinov <avl@FreeBSD.org>  # $FreeBSD$ -#   $MCom: ports/devel/gobject-introspection/Makefile,v 1.50 2013/01/29 16:33:10 kwm Exp $ +#   $MCom: ports/devel/gobject-introspection/Makefile,v 1.51 2013/02/18 22:07:40 kwm Exp $  PORTNAME=	gobject-introspection  PORTVERSION=	1.34.2 @@ -18,10 +18,10 @@ LIB_DEPENDS=	ffi:${PORTSDIR}/devel/libffi  USE_XZ=		yes  GNU_CONFIGURE=	yes  USE_GMAKE=	yes -USE_GNOME=	gnomehier gnomehack glib20 ltverhack +USE_GNOME=	gnomehier glib20 ltverhack  USE_PKGCONFIG=	build  USE_PYTHON=	-2.7 -USE_BISON=	build +USES=		bison pathfix  USE_GETTEXT=	yes  USE_AUTOTOOLS=	libtool  USE_LDCONFIG=	yes diff --git a/devel/libIDL/Makefile b/devel/libIDL/Makefile index fe02c7c84..a96bf1491 100644 --- a/devel/libIDL/Makefile +++ b/devel/libIDL/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for:   libIDL -# Date Created:			12 February 2002 -# Whom:				Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org>  # $FreeBSD$ -#   $MCom: ports/devel/libIDL/Makefile,v 1.9 2012/01/17 16:20:41 ahze Exp $ -# +#   $MCom: ports/devel/libIDL/Makefile,v 1.10 2012/08/04 16:55:24 kwm Exp $  PORTNAME=	libIDL  PORTVERSION=	0.8.14 @@ -19,8 +15,8 @@ COMMENT=	A library for creating trees of CORBA IDL files  USE_BZIP2=	yes  USE_GMAKE=	yes  USE_GETTEXT=	yes -USE_BISON=	build -USE_GNOME=	gnomehack glib20 +USES=		bison pathfix +USE_GNOME=	glib20  USE_PKGCONFIG=	build  USE_LDCONFIG=	yes  GNU_CONFIGURE=	yes diff --git a/lang/vala/Makefile b/lang/vala/Makefile index 84b31d4d7..16a8f4910 100644 --- a/lang/vala/Makefile +++ b/lang/vala/Makefile @@ -1,6 +1,6 @@  # Created by: Michael Johnson <ahze@FreeBSD.org>  # $FreeBSD$ -#   $MCom: ports/lang/vala/Makefile,v 1.64 2012/08/04 16:55:25 kwm Exp $ +#   $MCom: ports/lang/vala/Makefile,v 1.65 2012/12/17 19:46:24 kwm Exp $  PORTNAME=	vala  PORTVERSION=	0.16.1 @@ -14,13 +14,13 @@ LICENSE=	LGPL21  LICENSE_FILE=	${WRKSRC}/COPYING  USE_XZ=		yes -USE_GNOME=	gnomehack glib20 gnomeprefix libxslt +USES=		bison pathfix +USE_GNOME=	glib20 gnomeprefix libxslt  USE_PKGCONFIG=	build  GNU_CONFIGURE=	yes  USE_GETTEXT=	yes  CPPFLAGS+=	-I${LOCALBASE}/include  LDFLAGS+=	-L${LOCALBASE}/lib -USE_BISON=	build  USE_LDCONFIG=	yes  MAN1?=		valac.1 valac-0.16.1 diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 64b8add30..44ca07c54 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for:	evolution -# Date created:				28th June 2000 -# Whom:					Ade Lovett <ade@FreeBSD.org> -# +# Created by: Ade Lovett <ade@FreeBSD.org>  # $FreeBSD$ -#   $MCom: ports/mail/evolution/Makefile,v 1.240 2012/04/27 02:54:37 mezz Exp $ -# +#   $MCom: ports/mail/evolution/Makefile,v 1.241 2012/09/01 23:02:10 mezz Exp $  PORTNAME=	evolution  PORTVERSION=	2.32.1 @@ -25,9 +21,9 @@ CONFLICTS=	evolution-3.[0-9]*  USE_BZIP2=	yes  USE_GMAKE=	yes -USE_BISON=	build +USES=		bison pathfix  USE_GETTEXT=	yes -USE_GNOME=	gnomeprefix gnomehack intlhack evolutiondataserver gtkhtml3 \ +USE_GNOME=	gnomeprefix intlhack evolutiondataserver gtkhtml3 \  		desktopfileutils gnomedocutils ltasneededhack gnomedesktop  USE_AUTOTOOLS=	libtool  USE_GSTREAMER=	yes diff --git a/mail/evolution3/Makefile b/mail/evolution3/Makefile index 6ee0e4f3f..9568cf329 100644 --- a/mail/evolution3/Makefile +++ b/mail/evolution3/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for:	evolution -# Date created:				28th June 2000 -# Whom:					Ade Lovett <ade@FreeBSD.org> -# +# Created by: Ade Lovett <ade@FreeBSD.org>  # $FreeBSD$ -#   $MCom: ports/mail/evolution3/Makefile,v 1.25 2012/06/18 10:55:33 kwm Exp $ -# +#   $MCom: ports/mail/evolution3/Makefile,v 1.26 2012/08/16 19:53:44 kwm Exp $  PORTNAME=	evolution  PORTVERSION=	3.4.4 @@ -25,9 +21,9 @@ CONFLICTS=	evolution-2.[0-9]*  LATEST_LINK=	evolution3  USE_XZ=		yes  USE_GMAKE=	yes -USE_BISON=	build +USES=		bison pathfix  USE_GETTEXT=	yes -USE_GNOME=	gnomeprefix gnomehack intlhack evolutiondataserver3 gtkhtml4 \ +USE_GNOME=	gnomeprefix pathfix intlhack evolutiondataserver3 gtkhtml4 \  		desktopfileutils gnomedocutils ltasneededhack gnomedesktop3  USE_AUTOTOOLS=	libtool  USE_GSTREAMER=	yes diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 34835af5f..4a2176b1a 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for:	gcalctool -# Date created:				12 Jun 2002 -# Whom:					Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>  # $FreeBSD$ -#   $MCom: ports/math/gcalctool/Makefile,v 1.144 2012/08/17 19:06:44 kwm Exp $ -# +#   $MCom: ports/math/gcalctool/Makefile,v 1.145 2012/09/01 23:02:10 mezz Exp $  PORTNAME=	gcalctool  PORTVERSION=	5.32.2 @@ -20,11 +16,11 @@ COMMENT=	A GNOME 2 calculator tool based on the old calctool for OpenWindows  CONFLICTS=	gcalctool-6.[0-9]*  USE_BZIP2=	yes -USE_BISON=	build +USES=		bison pathfix  USE_GETTEXT=	yes  USE_GMAKE=	yes  USE_AUTOTOOLS=	libtool -USE_GNOME=	gnomeprefix gnomehack intlhack gconf2 gnomedocutils gtk20 +USE_GNOME=	gnomeprefix intlhack gconf2 gnomedocutils gtk20  CPPFLAGS+=	-I${LOCALBASE}/include  LDFLAGS+=	-L${LOCALBASE}/lib diff --git a/math/gcalctool3/Makefile b/math/gcalctool3/Makefile index 44c9fc4d4..9521381aa 100644 --- a/math/gcalctool3/Makefile +++ b/math/gcalctool3/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for:	gcalctool -# Date created:				12 Jun 2002 -# Whom:					Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>  # $FreeBSD$ -#   $MCom: ports/math/gcalctool3/Makefile,v 1.17 2012/05/31 11:46:36 kwm Exp $ -# +#   $MCom: ports/math/gcalctool3/Makefile,v 1.18 2012/06/01 06:47:47 kwm Exp $  PORTNAME=	gcalctool  PORTVERSION=	6.4.2.1 @@ -22,11 +18,11 @@ BUILD_DEPENDS=	yelp-build:${PORTSDIR}/textproc/yelp-tools \  LATEST_LINK=	gcalctool3  USE_XZ=	yes -USE_BISON=	build +USES=		bison pathfix  USE_GETTEXT=	yes  USE_GMAKE=	yes  GNU_CONFIGURE=	yes -USE_GNOME=	gnomeprefix gnomehack intlhack gconf2 gtk30 libxml2 +USE_GNOME=	gnomeprefix intlhack gconf2 gtk30 libxml2  CPPFLAGS+=	-I${LOCALBASE}/include  LDFLAGS+=	-L${LOCALBASE}/lib diff --git a/multimedia/gstreamer1/Makefile b/multimedia/gstreamer1/Makefile index 04d755b6d..853b81bdc 100644 --- a/multimedia/gstreamer1/Makefile +++ b/multimedia/gstreamer1/Makefile @@ -1,6 +1,6 @@  # Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>  # $FreeBSD$ -#    $MCom: ports/multimedia/gstreamer1/Makefile,v 1.4 2012/11/26 09:44:37 kwm Exp $ +#    $MCom: ports/multimedia/gstreamer1/Makefile,v 1.5 2013/01/15 21:43:45 kwm Exp $  PORTNAME=	gstreamer1  PORTVERSION=	1.0.5 @@ -18,11 +18,11 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \  RUN_DEPENDS=	${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection  CFLAGS:=	${CFLAGS} -O2 -Wno-format -USE_BISON=	build +USES=		bison pathfix  USE_XZ=		yes  USE_GMAKE=	yes  MAKE_JOBS_SAVE=	yes -USE_GNOME=	gnomehack glib20 ltverhack:0 ltasneededhack +USE_GNOME=	glib20 ltverhack:0 ltasneededhack  USE_PKGCONFIG=	build  USE_GETTEXT=	yes  USE_AUTOTOOLS=	libtool diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile index a9a3adea9..ddd26ca54 100644 --- a/www/webkit-gtk2/Makefile +++ b/www/webkit-gtk2/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for:	webkit -# Date created:		2007-10-21 -# Whom:			Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org>  # $FreeBSD$ -#   $MCom: ports/www/webkit-gtk2/Makefile,v 1.90 2012/08/08 16:56:40 kwm Exp $ -# +#   $MCom: ports/www/webkit-gtk2/Makefile,v 1.91 2012/08/21 18:01:15 kwm Exp $  PORTNAME=	webkit  PORTVERSION=	1.8.3 @@ -29,7 +25,7 @@ USE_GETTEXT=	yes  USE_GSTREAMER=	yes  MAKE_JOBS_SAFE=	yes  USE_XORG=	xt -USE_BISON=	build +USES=		bison  USE_GMAKE=	yes  USE_AUTOTOOLS=	libtool  USE_GNOME=	gtk20 libxslt ltverhack diff --git a/www/webkit-gtk3/Makefile b/www/webkit-gtk3/Makefile index 76d3e7b97..4f785ea5d 100644 --- a/www/webkit-gtk3/Makefile +++ b/www/webkit-gtk3/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for:	webkit -# Date created:		2007-10-21 -# Whom:			Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org>  # $FreeBSD$ -#   $MCom: ports/www/webkit-gtk3/Makefile,v 1.30 2012/08/08 16:56:41 kwm Exp $ -# +#   $MCom: ports/www/webkit-gtk3/Makefile,v 1.31 2012/08/21 18:01:16 kwm Exp $  PORTNAME=	webkit  PORTVERSION=	1.8.3 @@ -29,7 +25,7 @@ USE_GETTEXT=	yes  USE_GSTREAMER=	yes  MAKE_JOBS_SAFE=	yes  USE_XORG=	xt -USE_BISON=	build +USES=		bison  USE_GMAKE=	yes  USE_AUTOTOOLS=	libtool  USE_GNOME=	gtk30 libxslt ltverhack diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile index b516a73b5..d9de5d726 100644 --- a/x11-toolkits/libwnck/Makefile +++ b/x11-toolkits/libwnck/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for:	libwnck -# Date created:				12 April 2002 -# Whom:					Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>  # $FreeBSD$ -#   $MCom: ports/x11-toolkits/libwnck/Makefile,v 1.137 2011/08/31 13:34:23 kwm Exp $ -# +#   $MCom: ports/x11-toolkits/libwnck/Makefile,v 1.138 2012/09/03 16:28:30 mezz Exp $  PORTNAME=	libwnck  PORTVERSION=	2.30.7 @@ -29,8 +25,8 @@ CONFLICTS=	libwnck-3.[0-9]*  USE_GETTEXT=	yes  USE_XORG=	xres x11  USE_GMAKE=	yes -USE_GNOME=	gnomehack gtk20 ltverhack referencehack intlhack -USE_BISON=	build +USE_GNOME=	gtk20 ltverhack referencehack intlhack +USES=		bison pathfix  USE_LDCONFIG=	yes  USE_AUTOTOOLS=	libtool  CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc diff --git a/x11-toolkits/libwnck3/Makefile b/x11-toolkits/libwnck3/Makefile index 8996831f1..eb655611e 100644 --- a/x11-toolkits/libwnck3/Makefile +++ b/x11-toolkits/libwnck3/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for:	libwnck -# Date created:				12 April 2002 -# Whom:					Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>  # $FreeBSD$ -#   $MCom: ports/x11-toolkits/libwnck3/Makefile,v 1.11 2011/10/16 17:50:42 kwm Exp $ -# +#   $MCom: ports/x11-toolkits/libwnck3/Makefile,v 1.12 2012/05/25 10:55:08 kwm Exp $  PORTNAME=	libwnck  PORTVERSION=	3.4.2 @@ -30,8 +26,8 @@ LATEST_LINK=	libwnck3  USE_GETTEXT=	yes  USE_XORG=	xres x11  USE_GMAKE=	yes -USE_GNOME=	gnomehack gtk30 ltverhack referencehack intlhack -USE_BISON=	build +USE_GNOME=	gtk30 ltverhack referencehack intlhack +USES=		bison pathfix  USE_LDCONFIG=	yes  USE_AUTOTOOLS=	libtool  CPPFLAGS+=	-I${LOCALBASE}/include diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index 6789f8af5..52adaf860 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for:	vte -# Date created:				05 October 2002 -# Whom:					Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>  # $FreeBSD$ -#   $MCom: ports/x11-toolkits/vte/Makefile,v 1.123 2012/04/21 22:13:35 mezz Exp $ -# +#   $MCom: ports/x11-toolkits/vte/Makefile,v 1.124 2012/07/29 20:23:32 kwm Exp $  PORTNAME=	vte  PORTVERSION=	0.26.2 @@ -23,11 +19,11 @@ USE_BZIP2=	yes  RUN_DEPENDS+=	${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gnome-pty-helper  USE_GMAKE=	yes -USE_BISON=	build +USES=		bison pathfix  USE_LDCONFIG=	yes  USE_AUTOTOOLS=	libtool  USE_GETTEXT=	yes -USE_GNOME?=	gnomeprefix gnomehack gtk20 ltverhack referencehack +USE_GNOME?=	gnomeprefix gtk20 ltverhack referencehack  CPPFLAGS+=	-I${LOCALBASE}/include  LDFLAGS+=	-L${LOCALBASE}/lib  CONFIGURE_ARGS?=--disable-python \ diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile index d3693cbcc..b80e728c8 100644 --- a/x11-toolkits/vte3/Makefile +++ b/x11-toolkits/vte3/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for:	vte -# Date created:				05 October 2002 -# Whom:					Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>  # $FreeBSD$ -#   $MCom: ports/x11-toolkits/vte3/Makefile,v 1.19 2012/05/25 11:08:30 kwm Exp $ -# +#   $MCom: ports/x11-toolkits/vte3/Makefile,v 1.20 2012/05/29 20:33:25 kwm Exp $  PORTNAME?=	vte  PORTVERSION=	0.32.2 @@ -29,11 +25,11 @@ RUN_DEPENDS+=	${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gno  LATEST_LINK?=	vte3  USE_GMAKE=	yes -USE_BISON=	build +USES=		bison pathfix  USE_LDCONFIG=	yes  USE_AUTOTOOLS=	libtool  USE_GETTEXT=	yes -USE_GNOME?=	gnomeprefix gnomehack gtk30 ltverhack referencehack +USE_GNOME?=	gnomeprefix gtk30 ltverhack referencehack  CPPFLAGS+=	-I${LOCALBASE}/include  LDFLAGS+=	-L${LOCALBASE}/lib  CONFIGURE_ARGS?=--disable-python \ diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile index 89ce71ee4..2ea754b8e 100644 --- a/x11/gnome-desktop/Makefile +++ b/x11/gnome-desktop/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for:	gnomedesktop -# Date created:				13 April 2002 -# Whom:					Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>  # $FreeBSD$ -#   $MCom: ports/x11/gnome-desktop/Makefile,v 1.192 2011/04/09 02:44:27 mezz Exp $ -# +#   $MCom: ports/x11/gnome-desktop/Makefile,v 1.193 2012/09/03 16:28:28 mezz Exp $  PORTNAME=	gnome-desktop  PORTVERSION=	2.32.1 @@ -23,11 +19,11 @@ USE_BZIP2=	yes  LIB_DEPENDS=	startup-notification-1.0:${PORTSDIR}/x11/startup-notification  USE_XORG=	xpm -USE_GNOME=	gnomeprefix gnomehack intlhack gnomedocutils gconf2 pygtk2 \ +USE_GNOME=	gnomeprefix intlhack gnomedocutils gconf2 pygtk2 \  		ltverhack referencehack  USE_GETTEXT=	yes  USE_GMAKE=	yes -USE_BISON=	build +USES=		bison pathfix  USE_PYTHON=	yes  USE_LDCONFIG=	yes  USE_AUTOTOOLS=	libtool diff --git a/x11/gnome-desktop3/Makefile b/x11/gnome-desktop3/Makefile index b67d8ce38..5876b34af 100644 --- a/x11/gnome-desktop3/Makefile +++ b/x11/gnome-desktop3/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for:	gnomedesktop -# Date created:				13 April 2002 -# Whom:					Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>  # $FreeBSD$ -#   $MCom: ports/x11/gnome-desktop3/Makefile,v 1.22 2011/10/16 17:18:33 kwm Exp $ -# +#   $MCom: ports/x11/gnome-desktop3/Makefile,v 1.23 2012/05/16 20:56:04 kwm Exp $  PORTNAME=	gnome-desktop  PORTVERSION=	3.4.2 @@ -28,11 +24,11 @@ RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTS  LATEST_LINK=	gnome-desktop3  USE_XORG=	x11 xrandr xext -USE_GNOME=	gnomeprefix gnomehack intlhack gnomedocutils gtk30 \ +USE_GNOME=	gnomeprefix intlhack gnomedocutils gtk30 \  		ltverhack referencehack  USE_GETTEXT=	yes  USE_GMAKE=	yes -USE_BISON=	build +USES=		bison pathfix  USE_PYTHON=	yes  INSTALLS_OMF=	yes  USE_LDCONFIG=	yes  | 
