diff options
author | marino <marino@FreeBSD.org> | 2016-11-20 00:29:46 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-11-20 00:29:46 +0800 |
commit | 609d3de12ddd641eb1ed6775a383d74fc3467893 (patch) | |
tree | 3b096524e4dbd3b01a82f8c9326a76bba0ad1fd9 /audio | |
parent | 2fca4f6404caec054784f146ae22514f657dfa94 (diff) | |
download | freebsd-ports-gnome-609d3de12ddd641eb1ed6775a383d74fc3467893.tar.gz freebsd-ports-gnome-609d3de12ddd641eb1ed6775a383d74fc3467893.tar.zst freebsd-ports-gnome-609d3de12ddd641eb1ed6775a383d74fc3467893.zip |
audio/xmms-curses, sysutils/apachetop: Document ncurses requirement
Approved by: ncurses blanket
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-curses/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmms-curses/Makefile b/audio/xmms-curses/Makefile index fd7b4a105885..410695f4f328 100644 --- a/audio/xmms-curses/Makefile +++ b/audio/xmms-curses/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= xmms:multimedia/xmms RUN_DEPENDS= xmms:multimedia/xmms LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs -USES= gettext iconv +USES= gettext iconv ncurses USE_GNOME= gtk12 USE_XORG= x11 xau xcb xdmcp xext xi |