diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/clutter-gtk/Makefile | 2 | ||||
-rw-r--r-- | graphics/clutter/Makefile | 2 | ||||
-rw-r--r-- | graphics/evince/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimp-app/Makefile | 4 | ||||
-rw-r--r-- | graphics/poppler/Makefile | 4 | ||||
-rw-r--r-- | graphics/swfdec/Makefile | 4 |
6 files changed, 10 insertions, 10 deletions
diff --git a/graphics/clutter-gtk/Makefile b/graphics/clutter-gtk/Makefile index 88e9e8535..fa5ce5bdc 100644 --- a/graphics/clutter-gtk/Makefile +++ b/graphics/clutter-gtk/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= clutter-glx-0.9:${PORTSDIR}/graphics/clutter USE_BZIP2= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:22 USE_GNOME= gnomehack gtk20 ltverhack gnomeprefix USE_XORG= xp x11 USE_LDCONFIG= yes diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index c4e996ab7..6cdbc5ea9 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -15,7 +15,7 @@ COMMENT= OpenGL based interactive canvas library USE_GMAKE= yes USE_BZIP2= yes -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:22 USE_GNOME= pkgconfig gtk20 gnomehack ltverhack gnomeprefix USE_GL= gl USE_XORG= glproto x11 xfixes xdamage xcomposite xi diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 63fad7b50..1136313a6 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/evince/Makefile,v 1.122 2009/06/15 21:03:40 kwm Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.123 2009/07/18 22:04:28 kwm Exp $ # PORTNAME= evince @@ -20,7 +20,7 @@ LIB_DEPENDS= poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk \ USE_LDCONFIG= yes USE_BZIP2= yes -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:22 INSTALLS_ICONS= yes USE_GETTEXT= yes USE_GMAKE= yes diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 63a99e990..34cb3e88f 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -3,7 +3,7 @@ # Whom: erich@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/graphics/gimp-app/Makefile,v 1.40 2009/07/15 11:42:50 avl Exp $ +# $MCom: ports/graphics/gimp-app/Makefile,v 1.41 2009/07/18 16:03:49 mezz Exp $ # PORTNAME= gimp-app @@ -43,7 +43,7 @@ USE_BZIP2= yes USE_GETTEXT= yes USE_XORG= xpm xmu xext USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:22 USE_GNOME+= gnomehack intltool intlhack gtk20 libartlgpl2 ltverhack \ desktopfileutils USE_LDCONFIG= yes diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index fa44c4a41..ff2d98a7a 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -3,7 +3,7 @@ # Whom: marcus@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/graphics/poppler/Makefile,v 1.48 2009/07/06 17:02:02 marcus Exp $ +# $MCom: ports/graphics/poppler/Makefile,v 1.49 2009/07/18 16:03:50 mezz Exp $ # PORTNAME= poppler @@ -22,7 +22,7 @@ RUN_DEPENDS= poppler-data>0:${PORTSDIR}/graphics/poppler-data USE_GMAKE= yes USE_GNOME= gnomehack gnometarget libxml2 ltverhack -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:22 USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-zlib \ --enable-xpdf-headers \ diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile index c2adccc8b..7f53bb46e 100644 --- a/graphics/swfdec/Makefile +++ b/graphics/swfdec/Makefile @@ -4,7 +4,7 @@ # Whom: ijliao # # $FreeBSD$ -# $MCom$ +# $MCom: ports/graphics/swfdec/Makefile,v 1.30 2009/02/21 23:42:07 kwm Exp $ PORTNAME= swfdec PORTVERSION= 0.9.2 @@ -20,7 +20,7 @@ LIB_DEPENDS= oil-0.3.0:${PORTSDIR}/devel/liboil \ USE_LDCONFIG= yes USE_GNOME= gnomehack gtk20 ltverhack USE_GSTREAMER= core good mp3 ffmpeg -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:22 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-Wl,-Bsymbolic -L${LOCALBASE}/lib" |