diff options
author | robak <robak@FreeBSD.org> | 2015-03-17 16:15:54 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-03-17 16:15:54 +0800 |
commit | 100afccec643e9761c2b98cae0b4415dbf5da067 (patch) | |
tree | 2380d4da4c1b4989b5ba222d21ba8cb520dbc31a | |
parent | 980903ccbe0a0601c0ce1869ba3fc4eef6dc9e42 (diff) | |
download | freebsd-ports-gnome-100afccec643e9761c2b98cae0b4415dbf5da067.tar.gz freebsd-ports-gnome-100afccec643e9761c2b98cae0b4415dbf5da067.tar.zst freebsd-ports-gnome-100afccec643e9761c2b98cae0b4415dbf5da067.zip |
japanese/lynx-current: add USES= cpe
PR: 197546
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
-rw-r--r-- | japanese/lynx-current/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/lynx-current/Makefile b/japanese/lynx-current/Makefile index aacfe99dc4a6..b0bd63f27fc7 100644 --- a/japanese/lynx-current/Makefile +++ b/japanese/lynx-current/Makefile @@ -19,7 +19,7 @@ MINOR_VERSION= dev.3 CONFLICTS= lynx-2.* ja-lynx-2.8.7.* WRKSRC= ${WRKDIR}/${PORTNAME}${VERSION:S/./-/g} -USES= tar:bzip2 +USES= cpe tar:bzip2 MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-screen=ncurses --with-zlib --libdir="${L_LIB}" \ |