diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 14:41:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 14:41:47 +0000 |
commit | bbf96068582428f5405a72286ff007c92790dbb2 (patch) | |
tree | 659e08516de417270ab5197efa4314df84c3f0d4 /audio/ncmpcpp/Makefile | |
parent | 73b7748ca93caee74452f0a477b567b421296360 (diff) | |
download | ports-bbf96068582428f5405a72286ff007c92790dbb2.tar.gz ports-bbf96068582428f5405a72286ff007c92790dbb2.zip |
Notes
Diffstat (limited to 'audio/ncmpcpp/Makefile')
-rw-r--r-- | audio/ncmpcpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ncmpcpp/Makefile b/audio/ncmpcpp/Makefile index 03c169700585..884b4d58db5d 100644 --- a/audio/ncmpcpp/Makefile +++ b/audio/ncmpcpp/Makefile @@ -24,7 +24,7 @@ ACLOCAL_ARGS= --automake-acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -OPTIONS_DEFINE= CURL CLOCK UTF8 TAGLIB OUTPUTS VISUALIZER +OPTIONS_DEFINE= CURL CLOCK UTF8 TAGLIB OUTPUTS VISUALIZER DOCS OPTIONS_DEFAULT= CURL CLOCK OUTPUTS VISUALIZER CURL_DESC= Enable fetching lyrics from the Internet CLOCK_DESC= clock-screen support |