diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-07-01 08:29:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-07-01 08:29:57 +0000 |
commit | 7408a4cbd4aea8727fc9b97c76fc9b02294a5c68 (patch) | |
tree | f2ecff5d833b93a03615d39833292a3ac1fe2271 /graphics | |
parent | 619ef0157fbaab826c915929eaab103a580bf796 (diff) | |
download | ports-7408a4cbd4aea8727fc9b97c76fc9b02294a5c68.tar.gz ports-7408a4cbd4aea8727fc9b97c76fc9b02294a5c68.zip |
- Fix Options
PR: 125129
Submitted by: Warren Block <wblock@wonkity.com>
Notes
Notes:
svn path=/head/; revision=216084
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/autotrace/Makefile | 6 |
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> |