diff options
author | marino <marino@FreeBSD.org> | 2016-02-07 08:07:53 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-07 08:07:53 +0800 |
commit | 242bc845b18058e4252663020b836423ea51e930 (patch) | |
tree | 0bfeab78777e0497b6f5dbb741fdcd817ae69cda /comms | |
parent | 5eaf2e84a8bc6ea75539610f23f2a57d97311513 (diff) | |
download | freebsd-ports-gnome-242bc845b18058e4252663020b836423ea51e930.tar.gz freebsd-ports-gnome-242bc845b18058e4252663020b836423ea51e930.tar.zst freebsd-ports-gnome-242bc845b18058e4252663020b836423ea51e930.zip |
comms/wy60: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'comms')
-rw-r--r-- | comms/wy60/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/wy60/Makefile b/comms/wy60/Makefile index afd9368fb3f7..bb94dfc52226 100644 --- a/comms/wy60/Makefile +++ b/comms/wy60/Makefile @@ -8,8 +8,8 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= naddy@FreeBSD.org COMMENT= Curses-based emulator for the Wyse 60 terminal +USES= ncurses GNU_CONFIGURE= yes - MAKE_ARGS= etc_DATA=wy60.rc.sample pre-build: |