diff options
author | marino <marino@FreeBSD.org> | 2016-11-20 12:41:18 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-11-20 12:41:18 +0800 |
commit | 2ae221856a6d1dac60693070210c6f31394baae8 (patch) | |
tree | e5cd27cd5b433d260e0b787ba50288c70351336f /multimedia/gst123 | |
parent | 7fa39e3e30fa23817a6ff734f437e06b8bd5e018 (diff) | |
download | freebsd-ports-gnome-2ae221856a6d1dac60693070210c6f31394baae8.tar.gz freebsd-ports-gnome-2ae221856a6d1dac60693070210c6f31394baae8.tar.zst freebsd-ports-gnome-2ae221856a6d1dac60693070210c6f31394baae8.zip |
archivers/zipmix, multimedia/gst123: Document ncurses requirement
Approved by: ncurses blanket
Diffstat (limited to 'multimedia/gst123')
-rw-r--r-- | multimedia/gst123/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gst123/Makefile b/multimedia/gst123/Makefile index c17a2c145797..273b5a8257f2 100644 --- a/multimedia/gst123/Makefile +++ b/multimedia/gst123/Makefile @@ -12,7 +12,7 @@ COMMENT= Command-line tool to play audio and video files LICENSE= LGPL20 GNU_CONFIGURE= yes -USES= gmake pkgconfig tar:bzip2 +USES= gmake ncurses pkgconfig tar:bzip2 USE_GNOME= gtk20 CONFIGURE_ENV= NCURSES5_CONFIG=/usr/bin/true LDFLAGS+= -lncurses -L${LOCALBASE}/lib |