diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-10-05 03:46:05 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-10-05 03:46:05 +0000 |
commit | 637ead4a234b6ebb7199fc63eb1fbc262c492afb (patch) | |
tree | 9ed6a5ad4faa6805c96ed19311678acf3a83922d /graphics/passepartout | |
parent | 3295c07d8aeee063d94ed26725761dd8b2e493fa (diff) | |
download | ports-637ead4a234b6ebb7199fc63eb1fbc262c492afb.tar.gz ports-637ead4a234b6ebb7199fc63eb1fbc262c492afb.zip |
Notes
Diffstat (limited to 'graphics/passepartout')
-rw-r--r-- | graphics/passepartout/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/passepartout/Makefile b/graphics/passepartout/Makefile index a2aae152c856..d852bf8153c3 100644 --- a/graphics/passepartout/Makefile +++ b/graphics/passepartout/Makefile @@ -7,6 +7,7 @@ PORTNAME= passepartout PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= http://www.stacken.kth.se/project/pptout/files/ @@ -20,6 +21,7 @@ COMMENT= DTP application for X LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtk--2 \ xml\\+\\+-0.1:${PORTSDIR}/textproc/libxml++ +RUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt USE_BZIP2= yes USE_REINPLACE= yes |