diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-01-13 17:47:22 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-01-13 17:47:22 +0000 |
commit | 5f45161c2e1fe1bd3fd674132e84bcaea31286ed (patch) | |
tree | f1953114109248b41778d546bef19dd279c4a400 /graphics/passepartout | |
parent | d604a5c755b41acdc6cd4643c88590a5ef3d5793 (diff) | |
download | ports-5f45161c2e1fe1bd3fd674132e84bcaea31286ed.tar.gz ports-5f45161c2e1fe1bd3fd674132e84bcaea31286ed.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 b4c36ac6d235..e4a1fa31c86a 100644 --- a/graphics/passepartout/Makefile +++ b/graphics/passepartout/Makefile @@ -8,12 +8,14 @@ PORTNAME= passepartout PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= http://www.stacken.kth.se/project/pptout/files/ MAINTAINER= gnome@FreeBSD.org COMMENT= DTP application for X +BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt LIB_DEPENDS= xml\\+\\+-1.0:${PORTSDIR}/textproc/libxml++ \ gnomecanvasmm-2.6:${PORTSDIR}/graphics/libgnomecanvasmm26 RUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt |