diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-14 19:55:25 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-14 19:55:25 +0800 |
commit | a90d4ef31f14d6c37f46e889da05f4f49712fe35 (patch) | |
tree | c561aa664c1e32c82e6c25f730f58b41c5f89009 /graphics | |
parent | e5a0b1a4e6ad9ede7df7f7872003ba71b06ef00a (diff) | |
download | freebsd-ports-gnome-a90d4ef31f14d6c37f46e889da05f4f49712fe35.tar.gz freebsd-ports-gnome-a90d4ef31f14d6c37f46e889da05f4f49712fe35.tar.zst freebsd-ports-gnome-a90d4ef31f14d6c37f46e889da05f4f49712fe35.zip |
- Add CPE info
Approved by: portmgr blanket
Diffstat (limited to 'graphics')
-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) |