summaryrefslogtreecommitdiff
path: root/graphics/librsvg
diff options
context:
space:
mode:
authorkent <kent@pkgsrc.org>2002-07-20 11:36:02 +0000
committerkent <kent@pkgsrc.org>2002-07-20 11:36:02 +0000
commit48ee5242a403011ed7385cb47135ac00873c3ac3 (patch)
tree85b88bb7e8affb035fdd0b04d5777b1327c529ec /graphics/librsvg
parent6bd827383207813092b2e4b1d18cb54f3641f52a (diff)
downloadpkgsrc-48ee5242a403011ed7385cb47135ac00873c3ac3.tar.gz
DEPENDS=freetype2 -> freetype2/buildlink.mk
Diffstat (limited to 'graphics/librsvg')
-rw-r--r--graphics/librsvg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/librsvg/Makefile b/graphics/librsvg/Makefile
index 1a3746841c6..fa7047a03ec 100644
--- a/graphics/librsvg/Makefile
+++ b/graphics/librsvg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2002/03/13 17:37:12 fredb Exp $
+# $NetBSD: Makefile,v 1.5 2002/07/20 11:36:02 kent Exp $
#
DISTNAME= librsvg-1.0.1
@@ -12,7 +12,6 @@ HOMEPAGE= http://www.levien.com/svg/
COMMENT= Raph's SVG library
DEPENDS+= gnome-core>=1.4.0.4nb1:../../x11/gnome-core
-DEPENDS+= freetype2>=2.0.1:../../graphics/freetype2
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
@@ -21,4 +20,5 @@ USE_X11BASE= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
CPPFLAGS+= -I${LOCALBASE}/include
+.include "../../graphics/freetype2/buildlink.mk"
.include "../../mk/bsd.pkg.mk"