svn commit: r380974 - head/sysutils/libcdio

Tilman Keskinoz arved at FreeBSD.org
Wed Mar 11 08:03:02 UTC 2015


Author: arved
Date: Wed Mar 11 08:03:00 2015
New Revision: 380974
URL: https://svnweb.freebsd.org/changeset/ports/380974
QAT: https://qat.redports.org/buildarchive/r380974/

Log:
  Add CPE information
  
  PR:		198472
  Submitted by:	shun.fbsd.pr at dropcut.net

Modified:
  head/sysutils/libcdio/Makefile

Modified: head/sysutils/libcdio/Makefile
==============================================================================
--- head/sysutils/libcdio/Makefile	Wed Mar 11 07:11:51 2015	(r380973)
+++ head/sysutils/libcdio/Makefile	Wed Mar 11 08:03:00 2015	(r380974)
@@ -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>
 


More information about the svn-ports-head mailing list