svn commit: r426384 - in head: audio/xmms-curses sysutils/apachetop
John Marino
marino at FreeBSD.org
Sat Nov 19 16:29:48 UTC 2016
Author: marino
Date: Sat Nov 19 16:29:46 2016
New Revision: 426384
URL: https://svnweb.freebsd.org/changeset/ports/426384
Log:
audio/xmms-curses, sysutils/apachetop: Document ncurses requirement
Approved by: ncurses blanket
Modified:
head/audio/xmms-curses/Makefile
head/sysutils/apachetop/Makefile
Modified: head/audio/xmms-curses/Makefile
==============================================================================
--- head/audio/xmms-curses/Makefile Sat Nov 19 16:04:55 2016 (r426383)
+++ head/audio/xmms-curses/Makefile Sat Nov 19 16:29:46 2016 (r426384)
@@ -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
Modified: head/sysutils/apachetop/Makefile
==============================================================================
--- head/sysutils/apachetop/Makefile Sat Nov 19 16:04:55 2016 (r426383)
+++ head/sysutils/apachetop/Makefile Sat Nov 19 16:29:46 2016 (r426384)
@@ -11,7 +11,7 @@ MAINTAINER= lukasz at wasikowski.net
COMMENT= Apache RealTime log stats
GNU_CONFIGURE= yes
-USES= readline
+USES= ncurses readline
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
More information about the svn-ports-all
mailing list