aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobak <robak@FreeBSD.org>2015-03-17 19:59:48 +0800
committerrobak <robak@FreeBSD.org>2015-03-17 19:59:48 +0800
commit09e807f69def5929e55403a739e50833716b74ad (patch)
treee95fa266199f3c4c35b23ca84e43881c3250a347
parentfae0cf52358c8fa8fc0f71e9a95e2c149aeff24c (diff)
downloadfreebsd-ports-graphics-09e807f69def5929e55403a739e50833716b74ad.tar.gz
freebsd-ports-graphics-09e807f69def5929e55403a739e50833716b74ad.tar.zst
freebsd-ports-graphics-09e807f69def5929e55403a739e50833716b74ad.zip
www/lynx: add CPE information
PR: 197543 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Reviewed by: Jason Harris <jharris@widomaker.com>
-rw-r--r--www/lynx/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile
index 62b3d9acea4..be930c30993 100644
--- a/www/lynx/Makefile
+++ b/www/lynx/Makefile
@@ -16,7 +16,7 @@ LICENSE= GPLv2
CONFLICTS= lynx-2.8.[8-9]d*
-USES= tar:bzip2
+USES= cpe tar:bzip2
USE_OPENSSL= yes
WRKSRC= ${WRKDIR}/${PORTNAME}2-8-8
GNU_CONFIGURE= yes
@@ -24,6 +24,8 @@ CONFIGURE_ARGS+=--with-zlib --libdir="${L_LIB}" \
--enable-nsl-fork --enable-persistent-cookies \
--enable-nested-tables --enable-gzip-help \
--with-screen=ncursesw
+CPE_VERSION= ${PORTVERSION:R}
+CPE_UPDATE= rel.${PORTVERSION:E}
MAKE_JOBS_UNSAFE= yes