diff options
| author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-09 17:12:39 +0800 |
|---|---|---|
| committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-09 17:12:39 +0800 |
| commit | d12dec865c05c05a452c44fae463ea0a660e36f5 (patch) | |
| tree | 9025b59e4a5328621981085ca518dbdedbbe05fe /devel | |
| parent | 6e41cac0a2126ce813955b5380c836286d167d3c (diff) | |
| download | marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.gz marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.bz2 marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.lz marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.xz marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.zst marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.zip | |
USE_BISON is dead, convert users over to new USES=bison framework, while here
convert USE_GNOME=gnomehack users to USES=pathfix.
Submitted by: Gustau Perez <gustau.perez@gmail.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17217 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
| -rw-r--r-- | devel/anjuta3/Makefile | 6 | ||||
| -rw-r--r-- | devel/gobject-introspection/Makefile | 6 | ||||
| -rw-r--r-- | devel/libIDL/Makefile | 12 |
3 files changed, 10 insertions, 14 deletions
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 |
