diff options
author | marino <marino@FreeBSD.org> | 2016-02-05 18:42:53 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-05 18:42:53 +0800 |
commit | 99bc19c7aa27d91400a4ed524aeddee5467afebf (patch) | |
tree | 03e069c47451a3dd9fe3ec5b68fac8a5d42cb53c /net-im | |
parent | a9549e3a42a20ecf97f0a32a6da8b9f8bae44b79 (diff) | |
download | freebsd-ports-gnome-99bc19c7aa27d91400a4ed524aeddee5467afebf.tar.gz freebsd-ports-gnome-99bc19c7aa27d91400a4ed524aeddee5467afebf.tar.zst freebsd-ports-gnome-99bc19c7aa27d91400a4ed524aeddee5467afebf.zip |
net-im/naim: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/naim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/naim/Makefile b/net-im/naim/Makefile index d4f82fde6856..437aabe5b278 100644 --- a/net-im/naim/Makefile +++ b/net-im/naim/Makefile @@ -12,7 +12,7 @@ COMMENT= Console ncurses-based AIM, ICQ, IRC, and Lily client LICENSE= GPLv2 GNU_CONFIGURE= yes -USES= tar:bzip2 +USES= ncurses tar:bzip2 PORTDOCS= FAQ README commands.txt keyboard.txt |