aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2015-03-11 16:03:00 +0800
committerarved <arved@FreeBSD.org>2015-03-11 16:03:00 +0800
commit664f95dea4404b773281e63fb4c6f3ee5e938a3f (patch)
treebce7a4f3491bcfb11cf81d465f8ce92e8fab99e0
parentd0e71cd0540937c702fa8a105992751669c76270 (diff)
downloadfreebsd-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/Makefile3
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>