diff options
author | miwi <miwi@FreeBSD.org> | 2008-07-01 08:29:57 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-07-01 08:29:57 +0000 |
commit | 3590e07bb16297cb01e37deb1720372f0a0f9e9d (patch) | |
tree | 6fa152e2440d01692e9cf1e610d5551d25ee7f42 /graphics/autotrace | |
parent | 522dcb17d1ff4ca56ff724366e1a0b5fffa0120a (diff) | |
download | FreeBSD-ports-3590e07bb16297cb01e37deb1720372f0a0f9e9d.zip FreeBSD-ports-3590e07bb16297cb01e37deb1720372f0a0f9e9d.tar.gz |
- Fix Options
PR: 125129
Submitted by: Warren Block <wblock@wonkity.com>
Diffstat (limited to 'graphics/autotrace')
-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 df1b37f..b62c70e 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> |