diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-03 00:28:10 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-03 00:28:10 +0800 |
commit | a022f2b1bbef119c6ed65cdb73818473c258a6e1 (patch) | |
tree | 23ca48b02bb8558a6d6bfde46920834784d9f2cc /graphics/librsvg2/Makefile | |
parent | fdfbe86bda065e8f2ffc8085fb8f6805d4c91396 (diff) | |
download | marcuscom-ports-a022f2b1bbef119c6ed65cdb73818473c258a6e1.tar marcuscom-ports-a022f2b1bbef119c6ed65cdb73818473c258a6e1.tar.gz marcuscom-ports-a022f2b1bbef119c6ed65cdb73818473c258a6e1.tar.bz2 marcuscom-ports-a022f2b1bbef119c6ed65cdb73818473c258a6e1.tar.lz marcuscom-ports-a022f2b1bbef119c6ed65cdb73818473c258a6e1.tar.xz marcuscom-ports-a022f2b1bbef119c6ed65cdb73818473c258a6e1.tar.zst marcuscom-ports-a022f2b1bbef119c6ed65cdb73818473c258a6e1.zip |
- Update to 2.12.4
- Remove blank line
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4881 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/librsvg2/Makefile')
-rw-r--r-- | graphics/librsvg2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index 9aa39562d..dfc22c944 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -3,11 +3,11 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/librsvg2/Makefile,v 1.67 2005/09/25 21:12:54 mezz Exp $ +# $MCom: ports/graphics/librsvg2/Makefile,v 1.68 2005/09/30 01:57:20 mezz Exp $ # PORTNAME= librsvg2 -PORTVERSION= 2.12.3 +PORTVERSION= 2.12.4 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.12 @@ -81,7 +81,6 @@ CONFIGURE_ARGS+=--enable-mozilla-plugin=no PLIST_SUB+= PLUGIN="@comment " .endif - post-patch: .if defined(WITH_MOZILLA_PLUGIN) @${REINPLACE_CMD} -e 's|mozilla-plugin|${MOZILLA}-plugin${HEADERS_SUFX}|g' \ |