diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-05 02:13:59 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-05 02:13:59 +0800 |
commit | d2dae6a7584f51a70c366e5e8a0d0d4e4149c8ce (patch) | |
tree | fcb6229753e6533b41500741da36945eae9abfff /devel | |
parent | 5a88a8ba186cd8b622dcb6368943fb89db3facb1 (diff) | |
download | marcuscom-ports-d2dae6a7584f51a70c366e5e8a0d0d4e4149c8ce.tar.gz marcuscom-ports-d2dae6a7584f51a70c366e5e8a0d0d4e4149c8ce.tar.zst marcuscom-ports-d2dae6a7584f51a70c366e5e8a0d0d4e4149c8ce.zip |
Chase after new autotools world order.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14927 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glib20/Makefile | 4 | ||||
-rw-r--r-- | devel/glibmm/Makefile | 4 | ||||
-rw-r--r-- | devel/libnotify/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 9a5c3cd07..ef1f0208e 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -3,7 +3,7 @@ # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/glib20/Makefile,v 1.188 2010/11/15 02:01:55 kwm Exp $ +# $MCom: ports/devel/glib20/Makefile,v 1.190 2010/11/30 22:38:11 kwm Exp $ # # !! DON'T FORGET ABOUT devel/gio-fam-backend !! @@ -34,7 +34,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_LDCONFIG= yes USE_GNOME= gnomehack pkgconfig ltverhack USE_GMAKE= yes diff --git a/devel/glibmm/Makefile b/devel/glibmm/Makefile index 8228c991e..5bfec98e6 100644 --- a/devel/glibmm/Makefile +++ b/devel/glibmm/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/glibmm/Makefile,v 1.96 2010/09/19 20:53:57 kwm Exp $ +# $MCom: ports/devel/glibmm/Makefile,v 1.98 2010/12/01 00:40:02 kwm Exp $ # PORTNAME= glibmm @@ -30,7 +30,7 @@ USE_GMAKE= yes USE_GETTEXT= yes USE_GNOME= gnomehack glib20 ltverhack USE_PERL5= yes -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static --disable-documentation diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile index 1b837dc32..f4b6fbff7 100644 --- a/devel/libnotify/Makefile +++ b/devel/libnotify/Makefile @@ -3,7 +3,7 @@ # Whom: Andreas Kohn <andreas@syndrom23.de> # # $FreeBSD$ -# $MCom: ports/devel/libnotify/Makefile,v 1.10 2010/10/15 06:43:06 avl Exp $ +# $MCom: ports/devel/libnotify/Makefile,v 1.12 2010/12/01 14:22:30 kwm Exp $ # PORTNAME= libnotify @@ -21,7 +21,7 @@ USE_GNOME= gnomehack gnometarget intlhack glib20 gtk30 ltverhack USE_GETTEXT= yes USE_GMAKE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |