diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 02:50:36 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 02:50:36 +0800 |
commit | 6f78af1c650095ec223f3793b2158c6d7177a475 (patch) | |
tree | fc76049ec4e7908b941001c456026860256369ee /graphics/librsvg2/Makefile | |
parent | 2e948a4e2c1cda671963d1c109c0fa18e1b2448d (diff) | |
download | marcuscom-ports-6f78af1c650095ec223f3793b2158c6d7177a475.tar marcuscom-ports-6f78af1c650095ec223f3793b2158c6d7177a475.tar.gz marcuscom-ports-6f78af1c650095ec223f3793b2158c6d7177a475.tar.bz2 marcuscom-ports-6f78af1c650095ec223f3793b2158c6d7177a475.tar.lz marcuscom-ports-6f78af1c650095ec223f3793b2158c6d7177a475.tar.xz marcuscom-ports-6f78af1c650095ec223f3793b2158c6d7177a475.tar.zst marcuscom-ports-6f78af1c650095ec223f3793b2158c6d7177a475.zip |
Update for new libtool world order.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5752 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/librsvg2/Makefile')
-rw-r--r-- | graphics/librsvg2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index 353b98680..17df6fb90 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -3,11 +3,12 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/librsvg2/Makefile,v 1.87 2006/02/11 19:19:25 ahze Exp $ +# $MCom: ports/graphics/librsvg2/Makefile,v 1.88 2006/02/23 16:20:35 ahze Exp $ # PORTNAME= librsvg2 PORTVERSION= 2.13.93 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.13 @@ -27,7 +28,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GNOME= gnomehack gnomeprefix libgsf gtk20 ltverhack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |