diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-08 14:29:26 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-08 14:29:26 +0800 |
commit | 88f134643ae83a1cdc27380c0285a5003f8d8073 (patch) | |
tree | a9bcbcd6d387305c357db9a468cad2b04f12dea6 | |
parent | 44303d415881673cb351e747ba172a7568ea3919 (diff) | |
download | freebsd-ports-gnome-88f134643ae83a1cdc27380c0285a5003f8d8073.tar.gz freebsd-ports-gnome-88f134643ae83a1cdc27380c0285a5003f8d8073.tar.zst freebsd-ports-gnome-88f134643ae83a1cdc27380c0285a5003f8d8073.zip |
- Add CPE info
Approved by: portmgr blanket
-rw-r--r-- | devel/libtar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libtar/Makefile b/devel/libtar/Makefile index 7bc99421480f..af352687daa3 100644 --- a/devel/libtar/Makefile +++ b/devel/libtar/Makefile @@ -10,9 +10,10 @@ MASTER_SITES= ftp://ftp.feep.net/pub/software/libtar/ MAINTAINER= manuelj.munoz@gmail.com COMMENT= library for manipulating POSIX and GNU tar files -USES= gmake +USES= cpe gmake GNU_CONFIGURE= yes USE_LDCONFIG= yes +CPE_VENDOR= feep CPPFLAGS+= -fPIC |