diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-19 14:04:02 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-19 14:04:02 +0800 |
commit | 67b23fd70184358c0a66970b8f60cb41b74dc8d7 (patch) | |
tree | 202c553b3f85488753fcc3a722b2b9c51aa1d100 | |
parent | bc67e306fd3ab6703adffb36af81b156514361b8 (diff) | |
download | marcuscom-ports-67b23fd70184358c0a66970b8f60cb41b74dc8d7.tar marcuscom-ports-67b23fd70184358c0a66970b8f60cb41b74dc8d7.tar.gz marcuscom-ports-67b23fd70184358c0a66970b8f60cb41b74dc8d7.tar.bz2 marcuscom-ports-67b23fd70184358c0a66970b8f60cb41b74dc8d7.tar.lz marcuscom-ports-67b23fd70184358c0a66970b8f60cb41b74dc8d7.tar.xz marcuscom-ports-67b23fd70184358c0a66970b8f60cb41b74dc8d7.tar.zst marcuscom-ports-67b23fd70184358c0a66970b8f60cb41b74dc8d7.zip |
-Remove WANT_GNOME and WITH(OUT)_GNOME, they are no longer need. [1]
-Add ltverhack to normalize the shared lib version.
Reported by: portlint [1]
Reviewed by: marcus [1]
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4548 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/librsvg2/Makefile | 12 | ||||
-rw-r--r-- | graphics/librsvg2/pkg-plist | 2 |
2 files changed, 4 insertions, 10 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index 9b4d1bf45..1079b1fb0 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -3,12 +3,12 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/graphics/librsvg2/Makefile,v 1.54 2005/07/17 07:42:29 ahze Exp $ # PORTNAME= librsvg2 PORTVERSION= 2.9.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.9 @@ -30,8 +30,7 @@ USE_X_PREFIX= yes INSTALLS_SHLIB= yes USE_LIBTOOL_VER=15 USE_REINPLACE= yes -WANT_GNOME= yes -USE_GNOME= gnomehack gnomeprefix libartlgpl2 libgsf gtk20 +USE_GNOME= gnomehack gnomeprefix libartlgpl2 libgsf gtk20 ltverhack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-svgz \ @@ -49,11 +48,6 @@ MAN1= rsvg.1 OPTIONS= MOZILLA_PLUGIN "Enable the RSVG browser plug-in" no -.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) -.undef WITHOUT_GNOME -WITH_GNOME= yes -.endif - .include <bsd.port.pre.mk> .if defined(WITH_MOZILLA_PLUGIN) diff --git a/graphics/librsvg2/pkg-plist b/graphics/librsvg2/pkg-plist index 5604203a5..2b1df2907 100644 --- a/graphics/librsvg2/pkg-plist +++ b/graphics/librsvg2/pkg-plist @@ -9,7 +9,7 @@ lib/gtk-2.0/%%GTK_VERSION%%/engines/libsvg.so lib/gtk-2.0/%%GTK_VERSION%%/loaders/svg_loader.so lib/librsvg-2.a lib/librsvg-2.so -lib/librsvg-2.so.11 +lib/librsvg-2.so.2 libdata/pkgconfig/librsvg-2.0.pc share/doc/librsvg/html/home.png share/doc/librsvg/html/index.html |