diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-30 15:25:14 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-30 15:25:14 +0800 |
commit | fdc0a026d059fa289690766a8e84e7fa88b14f1b (patch) | |
tree | 52ca21478feadeb8fd314e41c5d3ceca9ed117fc /x11 | |
parent | 32b2c817e63f9d5946a2565be95726c1d0af7ff1 (diff) | |
download | marcuscom-ports-fdc0a026d059fa289690766a8e84e7fa88b14f1b.tar marcuscom-ports-fdc0a026d059fa289690766a8e84e7fa88b14f1b.tar.gz marcuscom-ports-fdc0a026d059fa289690766a8e84e7fa88b14f1b.tar.bz2 marcuscom-ports-fdc0a026d059fa289690766a8e84e7fa88b14f1b.tar.lz marcuscom-ports-fdc0a026d059fa289690766a8e84e7fa88b14f1b.tar.xz marcuscom-ports-fdc0a026d059fa289690766a8e84e7fa88b14f1b.tar.zst marcuscom-ports-fdc0a026d059fa289690766a8e84e7fa88b14f1b.zip |
Make it build with new deprications. Also missing pkg-config at build time.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17252 df743ca5-7f9a-e211-a948-0013205c9059
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 |