diff options
author | marino <marino@FreeBSD.org> | 2016-02-07 21:05:12 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-07 21:05:12 +0800 |
commit | 14b6d198a8f71982be2d08e30670016bf2dcd146 (patch) | |
tree | e12865264f1eab36b860b334ec37117a41d8e4c3 /audio | |
parent | 3f15e61b9854f119506cc2b81a8d2133da396f82 (diff) | |
download | freebsd-ports-gnome-14b6d198a8f71982be2d08e30670016bf2dcd146.tar.gz freebsd-ports-gnome-14b6d198a8f71982be2d08e30670016bf2dcd146.tar.zst freebsd-ports-gnome-14b6d198a8f71982be2d08e30670016bf2dcd146.zip |
audio/mp3blaster: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3blaster/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mp3blaster/Makefile b/audio/mp3blaster/Makefile index cab8d6278948..75742f6b4753 100644 --- a/audio/mp3blaster/Makefile +++ b/audio/mp3blaster/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= novel@FreeBSD.org COMMENT= MP3 console ncurses-based player -USES= gmake +USES= gmake ncurses GNU_CONFIGURE= yes WANT_GNOME= yes CONFIGURE_ARGS= --with-cxxflags="${CXXFLAGS}" |