diff options
author | robak <robak@FreeBSD.org> | 2015-03-16 23:16:46 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-03-16 23:16:46 +0800 |
commit | da3eb721121b61933e7615c4e32921c856c4b28b (patch) | |
tree | 21930a34dad2ba82ee43bb198653edf735fd5010 /japanese | |
parent | 72516ec1b3fdb7b355240eaaf5df3120344c0a1c (diff) | |
download | freebsd-ports-gnome-da3eb721121b61933e7615c4e32921c856c4b28b.tar.gz freebsd-ports-gnome-da3eb721121b61933e7615c4e32921c856c4b28b.tar.zst freebsd-ports-gnome-da3eb721121b61933e7615c4e32921c856c4b28b.zip |
japanese/lynx: add USES= cpe
PR: 197545
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/lynx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/lynx/Makefile b/japanese/lynx/Makefile index 52c56aaf8634..e0a0bbbe1e23 100644 --- a/japanese/lynx/Makefile +++ b/japanese/lynx/Makefile @@ -19,7 +19,7 @@ MINOR_VERSION= rel.1 CONFLICTS= lynx-2.* ja-lynx-2.8.8.* -USES= tar:bzip2 +USES= cpe tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \ --enable-nsl-fork --enable-ipv6 \ |