summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2005-08-26 13:59:43 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2005-08-26 13:59:43 +0800
commit4c066bd2765fc7d65405542f33587e84e629ffe4 (patch)
treec65ff7ca84b440476d18d55e13a85a3132e17c81 /graphics
parent59237a4a8e0eacf109312f917a912facf57843f2 (diff)
downloadmarcuscom-ports-4c066bd2765fc7d65405542f33587e84e629ffe4.tar
marcuscom-ports-4c066bd2765fc7d65405542f33587e84e629ffe4.tar.gz
marcuscom-ports-4c066bd2765fc7d65405542f33587e84e629ffe4.tar.bz2
marcuscom-ports-4c066bd2765fc7d65405542f33587e84e629ffe4.tar.lz
marcuscom-ports-4c066bd2765fc7d65405542f33587e84e629ffe4.tar.xz
marcuscom-ports-4c066bd2765fc7d65405542f33587e84e629ffe4.tar.zst
marcuscom-ports-4c066bd2765fc7d65405542f33587e84e629ffe4.zip
Add a missing brace, ${HEADERS_SUFX -> ${HEADERS_SUFX}.. There is still
problem with WITH_MOZILLA stuff thought.. Reported by: Caelian git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4641 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/librsvg2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile
index e1a9dbe80..758aa01ca 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.57 2005/08/26 02:37:51 marcus Exp $
+# $MCom: ports/graphics/librsvg2/Makefile,v 1.58 2005/08/26 04:03:54 marcus Exp $
#
PORTNAME= librsvg2
@@ -52,7 +52,7 @@ OPTIONS= MOZILLA_PLUGIN "Enable the RSVG browser plug-in" no
.if defined(WITH_MOZILLA_PLUGIN)
.if defined(WITH_MOZILLA) && ${WITH_MOZILLA}!="firefox"
BUILD_DEPENDS+= ${X11BASE}/libdata/pkgconfig/mozilla-plugin${HEADERS_SUFX}.pc:${PORTSDIR}/www/mozilla${HEADERS_SUFX}
-RUN_DEPENDS+= ${X11BASE}/libdata/pkgconfig/mozilla-plugin${HEADERS_SUFX}.pc:${PORTSDIR}/www/mozilla${HEADERS_SUFX
+RUN_DEPENDS+= ${X11BASE}/libdata/pkgconfig/mozilla-plugin${HEADERS_SUFX}.pc:${PORTSDIR}/www/mozilla${HEADERS_SUFX}
.else
BUILD_DEPENDS+= ${X11BASE}/libdata/pkgconfig/firefox-plugin.pc:${PORTSDIR}/www/firefox
RUN_DEPENDS+= ${X11BASE}/libdata/pkgconfig/firefox-plugin.pc:${PORTSDIR}/www/firefox