aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/inkscape
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2009-11-29 22:08:25 +0800
committerkwm <kwm@FreeBSD.org>2009-11-29 22:08:25 +0800
commit7a046d4ba72dd8a550867a3882f8555d4e2d8718 (patch)
treeb948a97b2f747d30983fad02efe8d2f46e52df89 /graphics/inkscape
parent27326c5e7ab34238e9b3f54477ba307c43a3ca00 (diff)
downloadfreebsd-ports-gnome-7a046d4ba72dd8a550867a3882f8555d4e2d8718.tar.gz
freebsd-ports-gnome-7a046d4ba72dd8a550867a3882f8555d4e2d8718.tar.zst
freebsd-ports-gnome-7a046d4ba72dd8a550867a3882f8555d4e2d8718.zip
Add depend on math/gsl.
Submitted by: Peter Ulrich Kruppa <ulrich@pukruppa.net>
Diffstat (limited to 'graphics/inkscape')
-rw-r--r--graphics/inkscape/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile
index 829239635e16..88239b3a2fe7 100644
--- a/graphics/inkscape/Makefile
+++ b/graphics/inkscape/Makefile
@@ -17,6 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:${PORTSDIR}/devel/bo
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
gc.1:${PORTSDIR}/devel/boehm-gc \
+ gsl.13:${PORTSDIR}/math/gsl \
gtkspell.0:${PORTSDIR}/textproc/gtkspell \
lcms.1:${PORTSDIR}/graphics/lcms \
wpg-0.1.1:${PORTSDIR}/graphics/libwpg \