diff options
author | vanilla <vanilla@FreeBSD.org> | 2017-01-09 16:58:09 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2017-01-09 16:58:09 +0800 |
commit | 37d7e7e512a7b04e90e8b6b7929466024818721f (patch) | |
tree | c59f3d922434d9f5b4f086d2edab02e72bd95869 /irc | |
parent | d44bafd73c679fa9ff8eb370547cc707501dd0f5 (diff) | |
download | freebsd-ports-gnome-37d7e7e512a7b04e90e8b6b7929466024818721f.tar.gz freebsd-ports-gnome-37d7e7e512a7b04e90e8b6b7929466024818721f.tar.zst freebsd-ports-gnome-37d7e7e512a7b04e90e8b6b7929466024818721f.zip |
Add CPE information.
PR: 215888
Submitted by: shun.fbsd.pr at dropcut.net
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irssi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile index 967edcc92dc8..e99fa07d86b6 100644 --- a/irc/irssi/Makefile +++ b/irc/irssi/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 CONFLICTS= irssi-devel-[0-9]* zh-irssi-[0-9]* -USES= gettext-runtime gmake libtool ncurses pkgconfig tar:xz +USES= cpe gettext-runtime gmake libtool ncurses pkgconfig tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ncurses=${NCURSESBASE} INSTALL_TARGET= install-strip |