diff options
author | marino <marino@FreeBSD.org> | 2016-01-31 09:23:40 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-01-31 09:23:40 +0800 |
commit | a620428538ebdaf88bb0af7f4a5b341871bfdfea (patch) | |
tree | 97dde89c59d3223fd31862c1d3fe28207e781b69 /audio/xmcd | |
parent | 4b8f97438b47fad13aedf07862b9f5708400f92c (diff) | |
download | freebsd-ports-gnome-a620428538ebdaf88bb0af7f4a5b341871bfdfea.tar.gz freebsd-ports-gnome-a620428538ebdaf88bb0af7f4a5b341871bfdfea.tar.zst freebsd-ports-gnome-a620428538ebdaf88bb0af7f4a5b341871bfdfea.zip |
audio/xmcd: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'audio/xmcd')
-rw-r--r-- | audio/xmcd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 48cdce8900ce..c4cc19a7a7dd 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS+= libvorbis.so:${PORTSDIR}/audio/libvorbis \ libFLAC.so:${PORTSDIR}/audio/flac RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame -USES= imake motif +USES= imake motif ncurses USE_XORG= x11 xext xaw xmu xp xpm xt sm ice PLIST_SUB+= RELEASE=${OSREL:R:R} ARCH=${ARCH} OPSYS=${OPSYS} SUB_FILES= pkg-message |