diff options
author | bland <bland@FreeBSD.org> | 2003-11-12 13:28:44 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2003-11-12 13:28:44 +0800 |
commit | 7b510b3d83f7a911de5d54ca388f994328d1affd (patch) | |
tree | 27f7a4967448a565a09f5d5b172bec06a72da5e8 /graphics | |
parent | 149d015b6837ae2fec3f0ce4f42410854fc3d828 (diff) | |
download | freebsd-ports-gnome-7b510b3d83f7a911de5d54ca388f994328d1affd.tar.gz freebsd-ports-gnome-7b510b3d83f7a911de5d54ca388f994328d1affd.tar.zst freebsd-ports-gnome-7b510b3d83f7a911de5d54ca388f994328d1affd.zip |
Fixes due libxml++ update.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/passepartout/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/passepartout/Makefile b/graphics/passepartout/Makefile index 7bef13d5be1a..7116e1dd857a 100644 --- a/graphics/passepartout/Makefile +++ b/graphics/passepartout/Makefile @@ -7,7 +7,7 @@ PORTNAME= passepartout PORTVERSION= 0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics gnome MASTER_SITES= http://www.stacken.kth.se/project/pptout/files/ @@ -40,7 +40,8 @@ EXTRA_PATCHES= ${PATCHDIR}/extra-patch-old_cxx post-patch: @${FIND} ${WRKSRC}/src/pptout -name *.cc \ | grep -v -E 'pagesel|undodialog' \ - | ${XARGS} ${REINPLACE_CMD} -e \ - 's|add_attribute|set_attribute|' + | ${XARGS} ${REINPLACE_CMD} \ + -e 's|add_attribute|set_attribute|' \ + -e 's|add_content|add_child_text|' .include <bsd.port.post.mk> |