diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-28 06:33:24 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-28 06:33:24 +0800 |
commit | bb681825803ef2a6cdacf44ca2a7e7b4e19ddaea (patch) | |
tree | eb87606a4756734bea99b33dccdde9b5a3d4816d | |
parent | 03b46c439221e47f2f47dd50202fc9fdb1abeb81 (diff) | |
download | marcuscom-ports-bb681825803ef2a6cdacf44ca2a7e7b4e19ddaea.tar marcuscom-ports-bb681825803ef2a6cdacf44ca2a7e7b4e19ddaea.tar.gz marcuscom-ports-bb681825803ef2a6cdacf44ca2a7e7b4e19ddaea.tar.bz2 marcuscom-ports-bb681825803ef2a6cdacf44ca2a7e7b4e19ddaea.tar.lz marcuscom-ports-bb681825803ef2a6cdacf44ca2a7e7b4e19ddaea.tar.xz marcuscom-ports-bb681825803ef2a6cdacf44ca2a7e7b4e19ddaea.tar.zst marcuscom-ports-bb681825803ef2a6cdacf44ca2a7e7b4e19ddaea.zip |
Add a missing dependency on libxslt.
Submitted by: ade
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3719 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/inkscape/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 0dab573d7..4ebaaa902 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -7,7 +7,7 @@ PORTNAME= inkscape PORTVERSION= 0.41 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,7 +23,7 @@ RUN_DEPENDS= ${SITE_PERL}/XML/XQL.pm:${PORTSDIR}/textproc/p5-XML-XQL USE_GMAKE= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui +USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui libxslt USE_REINPLACE= yes USE_LIBTOOL_VER=15 USE_GCC= 3.4 |