summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2004-01-06 09:53:59 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2004-01-06 09:53:59 +0000
commita65a95b7d364193612ce9fb4e4833d61568b7773 (patch)
treed9d1eba12f5e35a39c4b60774e844d8da0408cb1
parentForced commit to note addition of SHA1, RMD160 and SIZE fields. (diff)
Fix p5-XML-XQL run-time dependency.
Reported by: Jeremy Messenger <mezz7@cox.net>
Notes
Notes: svn path=/head/; revision=97464
-rw-r--r--graphics/inkscape/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile
index 3cd375959b18..38fcbc3b2e19 100644
--- a/graphics/inkscape/Makefile
+++ b/graphics/inkscape/Makefile
@@ -7,7 +7,7 @@
PORTNAME= inkscape
PORTVERSION= 0.36
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,6 +16,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= A program seeks to become a full featured open source SVG editor
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
+RUN_DEPENDS= ${SITE_PERL}/XML/XQL.pm:${PORTSDIR}/textproc/p5-XML-XQL
USE_GMAKE= yes
USE_X_PREFIX= yes