diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-devel/Makefile | 4 | ||||
-rw-r--r-- | graphics/libgnomecanvas/Makefile | 4 | ||||
-rw-r--r-- | graphics/librsvg2/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index 59a4b799b..a46467a44 100644 --- a/graphics/gimp-devel/Makefile +++ b/graphics/gimp-devel/Makefile @@ -3,7 +3,7 @@ # Whom: erich@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/graphics/gimp-devel/Makefile,v 1.11 2006/01/31 20:36:49 marcus Exp $ +# $MCom: ports/graphics/gimp-devel/Makefile,v 1.12 2006/02/24 18:50:32 marcus Exp $ # PORTNAME= gimp @@ -39,7 +39,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_XPM= yes USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 librsvg2 \ ltverhack WANT_GNOME= yes diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile index c2a5a1a60..a8a772197 100644 --- a/graphics/libgnomecanvas/Makefile +++ b/graphics/libgnomecanvas/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/libgnomecanvas/Makefile,v 1.50 2006/01/02 13:03:23 ahze Exp $ +# $MCom: ports/graphics/libgnomecanvas/Makefile,v 1.51 2006/02/24 18:50:34 marcus Exp $ # PORTNAME= libgnomecanvas @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack libglade2 libartlgpl2 ltverhack CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index 17df6fb90..9baca4173 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/librsvg2/Makefile,v 1.88 2006/02/23 16:20:35 ahze Exp $ +# $MCom: ports/graphics/librsvg2/Makefile,v 1.89 2006/02/24 18:50:35 marcus Exp $ # PORTNAME= librsvg2 @@ -28,7 +28,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnomeprefix libgsf gtk20 ltverhack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |