diff --git a/devel/popt/Makefile b/devel/popt/Makefile index a361b1b45297..bb3b00a0f9cb 100644 --- a/devel/popt/Makefile +++ b/devel/popt/Makefile @@ -1,29 +1,31 @@ # Created by: Yuan-Chen Cheng PORTNAME= popt PORTVERSION= 1.18 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://ftp.rpm.org/popt/releases/popt-1.x/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Getopt(3) like library with a number of enhancements, from Redhat LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= iconv libtool pathfix +USES= cpe iconv libtool pathfix + +CPE_VENDOR= popt_project TEST_TARGET= check OPTIONS_DEFINE= NLS GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime localbase OPTIONS_SUB= yes .include