diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-menus/Makefile | 12 | ||||
-rw-r--r-- | x11/gnome-menus3/Makefile | 11 |
2 files changed, 9 insertions, 14 deletions
diff --git a/x11/gnome-menus/Makefile b/x11/gnome-menus/Makefile index a29eb650b..237f157ab 100644 --- a/x11/gnome-menus/Makefile +++ b/x11/gnome-menus/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnome-menus -# Date created: 30 November 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/x11/gnome-menus/Makefile,v 1.118 2011/10/23 10:23:05 kwm Exp $ -# +# $MCom: ports/x11/gnome-menus/Makefile,v 1.119 2012/09/03 16:28:28 mezz Exp $ PORTNAME= gnome-menus PORTVERSION= 2.30.5 @@ -23,7 +19,9 @@ CONFLICTS= gnome-menus-3.[0-9]* USE_GETTEXT= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomehier gnomeprefix gnomehack intlhack glib20 ltverhack +USES= pathfix +USE_GNOME= gnomehier gnomeprefix intlhack glib20 ltverhack +USE_PKGCONFIG= build USE_AUTOTOOLS= libtool USE_PYTHON= yes USE_LDCONFIG= yes diff --git a/x11/gnome-menus3/Makefile b/x11/gnome-menus3/Makefile index 4acb453b4..df56497db 100644 --- a/x11/gnome-menus3/Makefile +++ b/x11/gnome-menus3/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnome-menus -# Date created: 30 November 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/x11/gnome-menus3/Makefile,v 1.6 2012/05/25 10:29:43 kwm Exp $ -# +# $MCom: ports/x11/gnome-menus3/Makefile,v 1.7 2012/09/18 22:26:57 kwm Exp $ PORTNAME= gnome-menus PORTVERSION= 3.4.2 @@ -23,7 +19,8 @@ LATEST_LINK= gnome-menus3 USE_GETTEXT= yes USE_XZ= yes USE_GMAKE= yes -USE_GNOME= gnomehier gnomeprefix gnomehack intlhack glib20 ltverhack +USES= pathfix +USE_GNOME= gnomehier gnomeprefix intlhack glib20 ltverhack USE_PKGCONFIG= build USE_AUTOTOOLS= libtool USE_PYTHON= yes |