Index: head/devel/libtar/Makefile =================================================================== --- head/devel/libtar/Makefile (revision 385729) +++ head/devel/libtar/Makefile (revision 385730) @@ -1,23 +1,24 @@ # Created by: George Reid # $FreeBSD$ PORTNAME= libtar PORTVERSION= 1.2.11 PORTREVISION= 2 CATEGORIES= devel 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 post-install: ${INSTALL_LIB} ${WRKSRC}/lib/libtar.so.0 ${STAGEDIR}${PREFIX}/lib ${LN} -sf libtar.so.0 ${STAGEDIR}${PREFIX}/lib/libtar.so .include