diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-14 11:55:25 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-14 11:55:25 +0000 |
commit | 42fe9dff59e139e4a5e57b2f9b16a42af5dbfb65 (patch) | |
tree | c561aa664c1e32c82e6c25f730f58b41c5f89009 /graphics/autotrace | |
parent | - Remove test target, it is already defined by Mk/Uses/perl5.mk (diff) |
- Add CPE info
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=386323
Diffstat (limited to 'graphics/autotrace')
-rw-r--r-- | graphics/autotrace/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile index 1e38bec1307a..de0d6d1d8da2 100644 --- a/graphics/autotrace/Makefile +++ b/graphics/autotrace/Makefile @@ -15,7 +15,8 @@ LICENSE_COMB= multi LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png -USES= pathfix pkgconfig libtool +USES= cpe pathfix pkgconfig libtool +CPE_VENDOR= autotrace_project GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= $$(libpng-config --I_opts) |