aboutsummaryrefslogtreecommitdiff
path: root/www/lynx
diff options
context:
space:
mode:
authorBartek Rutkowski <robak@FreeBSD.org>2015-03-17 11:59:48 +0000
committerBartek Rutkowski <robak@FreeBSD.org>2015-03-17 11:59:48 +0000
commit54addc6719cf91c54daa7ae750989caf83a4e063 (patch)
treee95fa266199f3c4c35b23ca84e43881c3250a347 /www/lynx
parente691bb8c7965df841f63b471ca7a235a9f27068d (diff)
downloadports-54addc6719cf91c54daa7ae750989caf83a4e063.tar.gz
ports-54addc6719cf91c54daa7ae750989caf83a4e063.zip
www/lynx: add CPE information
PR: 197543 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Reviewed by: Jason Harris <jharris@widomaker.com>
Notes
Notes: svn path=/head/; revision=381488
Diffstat (limited to 'www/lynx')
-rw-r--r--www/lynx/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile
index 62b3d9acea4a..be930c309931 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