diff options
author | marino <marino@FreeBSD.org> | 2016-11-20 21:45:56 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-11-20 21:45:56 +0800 |
commit | f5c90c79b3d9611c22632b23c63fa32d939e2c39 (patch) | |
tree | e0bdc0765f9e0207039823c8cd831898ea632a27 /misc | |
parent | 28e783429061428f3c4a7ee75881c43b6d9387a0 (diff) | |
download | freebsd-ports-gnome-f5c90c79b3d9611c22632b23c63fa32d939e2c39.tar.gz freebsd-ports-gnome-f5c90c79b3d9611c22632b23c63fa32d939e2c39.tar.zst freebsd-ports-gnome-f5c90c79b3d9611c22632b23c63fa32d939e2c39.zip |
games/critterding, games/nlarn, misc/crosspad: Document ncurses requirement
Approved by: ncurses blanket
Diffstat (limited to 'misc')
-rw-r--r-- | misc/crosspad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/crosspad/Makefile b/misc/crosspad/Makefile index 56e5f94a990f..2d7b6236fc7c 100644 --- a/misc/crosspad/Makefile +++ b/misc/crosspad/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.itojun.org/pub/misc/ MAINTAINER= ports@FreeBSD.org COMMENT= Crosspad data downloader/converter -USES= perl5 +USES= ncurses perl5 USE_PERL5= run GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_path_perl=${PERL} |