diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-11-12 05:28:44 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-11-12 05:28:44 +0000 |
commit | e6c255b45b0632a5eaaf4b268e4ceeff950c7e1d (patch) | |
tree | 93b2d0f3cd853e0f26d26a41c97c3ba75618c5f1 /graphics/passepartout | |
parent | 79a2c887bc4f710392e73d70915c871de783a90a (diff) | |
download | ports-e6c255b45b0632a5eaaf4b268e4ceeff950c7e1d.tar.gz ports-e6c255b45b0632a5eaaf4b268e4ceeff950c7e1d.zip |
Notes
Diffstat (limited to 'graphics/passepartout')
-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> |