diff options
author | marcus <marcus@FreeBSD.org> | 2009-04-26 07:21:34 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-04-26 07:21:34 +0800 |
commit | 9029fcf284101d1933a36765133d0760dc5629a0 (patch) | |
tree | 90d3996154c0afb034d612417cdcd1832e2a7c92 | |
parent | 45f9c48069029503818c1d54afe673d046e62b69 (diff) | |
download | freebsd-ports-gnome-9029fcf284101d1933a36765133d0760dc5629a0.tar.gz freebsd-ports-gnome-9029fcf284101d1933a36765133d0760dc5629a0.tar.zst freebsd-ports-gnome-9029fcf284101d1933a36765133d0760dc5629a0.zip |
Correct the path to libxml++26.
-rw-r--r-- | graphics/passepartout/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/passepartout/Makefile b/graphics/passepartout/Makefile index 6bf2c9489cf4..9c6f53f9d8b9 100644 --- a/graphics/passepartout/Makefile +++ b/graphics/passepartout/Makefile @@ -16,7 +16,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= DTP application for X BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt -LIB_DEPENDS= xml\\+\\+-2.6.2:${PORTSDIR}/libxml++26 \ +LIB_DEPENDS= xml\\+\\+-2.6.2:${PORTSDIR}/textproc/libxml++26 \ gnomecanvasmm-2.6:${PORTSDIR}/graphics/libgnomecanvasmm26 RUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt |