diff options
author | arved <arved@FreeBSD.org> | 2015-03-11 16:03:00 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2015-03-11 16:03:00 +0800 |
commit | 664f95dea4404b773281e63fb4c6f3ee5e938a3f (patch) | |
tree | bce7a4f3491bcfb11cf81d465f8ce92e8fab99e0 | |
parent | d0e71cd0540937c702fa8a105992751669c76270 (diff) | |
download | freebsd-ports-gnome-664f95dea4404b773281e63fb4c6f3ee5e938a3f.tar.gz freebsd-ports-gnome-664f95dea4404b773281e63fb4c6f3ee5e938a3f.tar.zst freebsd-ports-gnome-664f95dea4404b773281e63fb4c6f3ee5e938a3f.zip |
Add CPE information
PR: 198472
Submitted by: shun.fbsd.pr@dropcut.net
-rw-r--r-- | sysutils/libcdio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/libcdio/Makefile b/sysutils/libcdio/Makefile index fc511b446056..d763b8f58640 100644 --- a/sysutils/libcdio/Makefile +++ b/sysutils/libcdio/Makefile @@ -17,7 +17,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES= pathfix pkgconfig iconv libtool ncurses gmake perl5 +USES= cpe pathfix pkgconfig iconv libtool ncurses gmake perl5 USE_LDCONFIG= yes CONFIGURE_ARGS+=${ICONV_CONFIGURE_ARG} USE_PERL5= build @@ -25,6 +25,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} INFO= libcdio +CPE_VENDOR= gnu .include <bsd.port.pre.mk> |