diff options
author | mezz <mezz@FreeBSD.org> | 2007-01-14 01:47:22 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-01-14 01:47:22 +0800 |
commit | 64141832ada34cd07f0cfe9fd498172b2b547efd (patch) | |
tree | a030afafef30bb91aff6776fa6b257696997d335 /graphics | |
parent | 6259706bf1464563cbed0a470565a183a36400ea (diff) | |
download | freebsd-ports-gnome-64141832ada34cd07f0cfe9fd498172b2b547efd.tar.gz freebsd-ports-gnome-64141832ada34cd07f0cfe9fd498172b2b547efd.tar.zst freebsd-ports-gnome-64141832ada34cd07f0cfe9fd498172b2b547efd.zip |
It needs xsltproc in the buildtime, so add textproc/libxslt in the build
dependency to fix the build. Bump the PORTREVISION.
Reported by: krismail
Diffstat (limited to 'graphics')
-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 |