diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-07-10 02:12:50 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-07-10 02:12:50 +0000 |
commit | 4f138d91aa42f15d483f6f53732f1283650ced03 (patch) | |
tree | 1f89e908a9162c633ef99733f23b44f9c898b3c7 /graphics/inkscape | |
parent | a25a39a9fa1e9c7ea07a08578930e3216a0f0b4d (diff) | |
download | ports-4f138d91aa42f15d483f6f53732f1283650ced03.tar.gz ports-4f138d91aa42f15d483f6f53732f1283650ced03.zip |
Notes
Diffstat (limited to 'graphics/inkscape')
-rw-r--r-- | graphics/inkscape/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index bdc83e9615e4..4a3d0512e61b 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -7,6 +7,7 @@ PORTNAME= inkscape PORTVERSION= 0.44 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +18,8 @@ COMMENT= A program seeks to become a full featured open source SVG editor LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ gc.1:${PORTSDIR}/devel/boehm-gc \ - gtkspell.0:${PORTSDIR}/textproc/gtkspell + gtkspell.0:${PORTSDIR}/textproc/gtkspell \ + lcms.1:${PORTSDIR}/graphics/lcms RUN_DEPENDS= ${SITE_PERL}/XML/XQL.pm:${PORTSDIR}/textproc/p5-XML-XQL USE_BZIP2= yes |