diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-01-06 09:53:59 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-01-06 09:53:59 +0000 |
commit | a65a95b7d364193612ce9fb4e4833d61568b7773 (patch) | |
tree | d9d1eba12f5e35a39c4b60774e844d8da0408cb1 /graphics/inkscape | |
parent | 6f234a0afbb6aad0dc5474a844066853017c9410 (diff) |
Notes
Diffstat (limited to 'graphics/inkscape')
-rw-r--r-- | graphics/inkscape/Makefile | 3 |
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 |