aboutsummaryrefslogtreecommitdiff
path: root/graphics/autotrace
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-07-01 08:29:57 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-07-01 08:29:57 +0000
commit7408a4cbd4aea8727fc9b97c76fc9b02294a5c68 (patch)
treef2ecff5d833b93a03615d39833292a3ac1fe2271 /graphics/autotrace
parent619ef0157fbaab826c915929eaab103a580bf796 (diff)
downloadports-7408a4cbd4aea8727fc9b97c76fc9b02294a5c68.tar.gz
ports-7408a4cbd4aea8727fc9b97c76fc9b02294a5c68.zip
Notes
Diffstat (limited to 'graphics/autotrace')
-rw-r--r--graphics/autotrace/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile
index df1b37f98c5c..b62c70eda119 100644
--- a/graphics/autotrace/Makefile
+++ b/graphics/autotrace/Makefile
@@ -7,7 +7,7 @@
PORTNAME= autotrace
PORTVERSION= 0.31.1
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= graphics
MASTER_SITES= SF
@@ -27,6 +27,8 @@ MAN1= autotrace.1
OPTIONS= MING "Enable swf interface" on \
PSTOEDIT "Convert postscript to other formats" on
+.include <bsd.port.pre.mk>
+
.if !defined (WITHOUT_MING)
LIB_DEPENDS+= ming.4:${PORTSDIR}/graphics/ming
CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/ming"
@@ -47,4 +49,4 @@ post-patch:
/^PSTOEDIT_CONFIG=/ s|=.*$$|=pkg-config| ' ${WRKSRC}/configure
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>