diff options
author | marino <marino@FreeBSD.org> | 2016-11-20 01:42:40 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-11-20 01:42:40 +0800 |
commit | 19e0a9d2c455b6b60e27adca84ddb75c2a4baac2 (patch) | |
tree | c6e0b2182a2f5177585a47a5bf9307ce137065de /comms/tlf | |
parent | cfc4a79f11f70c26a4e4bfa6f4da60cd3965e217 (diff) | |
download | freebsd-ports-gnome-19e0a9d2c455b6b60e27adca84ddb75c2a4baac2.tar.gz freebsd-ports-gnome-19e0a9d2c455b6b60e27adca84ddb75c2a4baac2.tar.zst freebsd-ports-gnome-19e0a9d2c455b6b60e27adca84ddb75c2a4baac2.zip |
comms/tlf, math/topaz, devel/devtodo: Document ncurses requirement
Approved by: ncurses blanket
Diffstat (limited to 'comms/tlf')
-rw-r--r-- | comms/tlf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/tlf/Makefile b/comms/tlf/Makefile index 3aefd6f36633..328c06fc5fb4 100644 --- a/comms/tlf/Makefile +++ b/comms/tlf/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libglib-2.0.so:devel/glib20 -USES= pkgconfig +USES= ncurses pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= PANEL_LIB=-lpanel CPPFLAGS+= -I${LOCALBASE}/include |