diff options
author | marino <marino@FreeBSD.org> | 2016-01-31 21:50:47 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-01-31 21:50:47 +0800 |
commit | 791ea6a0ba8c64b13ac512a921404f2779a88345 (patch) | |
tree | df97dd9aecce569d95ba3b20a7ef35ed2d3a67b6 /audio/vitunes | |
parent | d59cc4a069b5a94fe6758817facb7cb9d972078a (diff) | |
download | freebsd-ports-gnome-791ea6a0ba8c64b13ac512a921404f2779a88345.tar.gz freebsd-ports-gnome-791ea6a0ba8c64b13ac512a921404f2779a88345.tar.zst freebsd-ports-gnome-791ea6a0ba8c64b13ac512a921404f2779a88345.zip |
audio/vitunes: document ncurses requirement (USES+=ncurses)
Diffstat (limited to 'audio/vitunes')
-rw-r--r-- | audio/vitunes/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/vitunes/Makefile b/audio/vitunes/Makefile index 5b979ec12a32..1eb87a2318ef 100644 --- a/audio/vitunes/Makefile +++ b/audio/vitunes/Makefile @@ -18,6 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib +USES= ncurses ALL_TARGET= vitunes PLIST_FILES= bin/vitunes man/man1/${PORTNAME}.1.gz |