diff options
author | marino <marino@FreeBSD.org> | 2016-02-07 18:34:04 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-07 18:34:04 +0800 |
commit | edee6d52c9b6d925abafc6a2a0cf86a48cb3c1e7 (patch) | |
tree | 62449b4833ee1a418cfef5e92d07b2b997fe5060 /deskutils/rolo | |
parent | 232b65927492e9d8de8e68fce501a94778c054ee (diff) | |
download | freebsd-ports-gnome-edee6d52c9b6d925abafc6a2a0cf86a48cb3c1e7.tar.gz freebsd-ports-gnome-edee6d52c9b6d925abafc6a2a0cf86a48cb3c1e7.tar.zst freebsd-ports-gnome-edee6d52c9b6d925abafc6a2a0cf86a48cb3c1e7.zip |
deskutils/rolo: USES+= ncurses
Diffstat (limited to 'deskutils/rolo')
-rw-r--r-- | deskutils/rolo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/rolo/Makefile b/deskutils/rolo/Makefile index a361699e9b42..4ae9a2f9d907 100644 --- a/deskutils/rolo/Makefile +++ b/deskutils/rolo/Makefile @@ -11,7 +11,7 @@ COMMENT= Text-based contact management software LIB_DEPENDS= libvc.so:${PORTSDIR}/devel/libvc -USES= tar:bzip2 +USES= ncurses tar:bzip2 GNU_CONFIGURE= yes CFLAGS+= -I${PREFIX}/include \ -L${PREFIX}/lib |