diff options
Diffstat (limited to 'graphics/potracegui/Makefile')
-rw-r--r-- | graphics/potracegui/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/potracegui/Makefile b/graphics/potracegui/Makefile index aca62b67bf33..d9be30e2c357 100644 --- a/graphics/potracegui/Makefile +++ b/graphics/potracegui/Makefile @@ -6,8 +6,7 @@ # PORTNAME= potracegui -PORTVERSION= 1.3 -PORTREVISION= 3 +PORTVERSION= 1.3.4 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -37,6 +36,8 @@ RUN_DEPENDS+= autotrace:${PORTSDIR}/graphics/autotrace .endif post-patch: + @${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/config.h.in + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${TOUCH} @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} .include <bsd.port.post.mk> |