diff options
author | marino <marino@FreeBSD.org> | 2016-11-19 23:10:48 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-11-19 23:10:48 +0800 |
commit | f2b1b8fc8b12fbb990cc0093cc195aec79707d56 (patch) | |
tree | b8e80fc796bccb7a2a25268075ed97c751259fdd /audio/etcd | |
parent | 5ff25394958a27556fb5b0c002ed16fa901e2f06 (diff) | |
download | freebsd-ports-gnome-f2b1b8fc8b12fbb990cc0093cc195aec79707d56.tar.gz freebsd-ports-gnome-f2b1b8fc8b12fbb990cc0093cc195aec79707d56.tar.zst freebsd-ports-gnome-f2b1b8fc8b12fbb990cc0093cc195aec79707d56.zip |
audio: autocd, etcd, gramofile: Document ncurses requirement
Approved by: ncurses blanket
Diffstat (limited to 'audio/etcd')
-rw-r--r-- | audio/etcd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/etcd/Makefile b/audio/etcd/Makefile index 68c6ab4171f9..a673b6a2fec4 100644 --- a/audio/etcd/Makefile +++ b/audio/etcd/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= LOCAL/gahr \ MAINTAINER= ports@FreeBSD.org COMMENT= Enhanced Tiny CD, a simple ncurses-based CD player +USES= ncurses USE_SDL= sdl MAKE_ARGS= INCDIR=${LOCALBASE}/include LIBDIR=${LOCALBASE}/lib \ |