diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-16 11:47:05 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-16 11:47:05 +0800 |
commit | ab32c8a5299d6e6e09e53bc98c23a26e07bc90b7 (patch) | |
tree | 2e7984908a35aa8f2fe08ea2a523a09ff9e3db25 /audio/gtkpod | |
parent | e59a4b143e5a81be22c10888ea69fd7b283547b2 (diff) | |
download | freebsd-ports-gnome-ab32c8a5299d6e6e09e53bc98c23a26e07bc90b7.tar.gz freebsd-ports-gnome-ab32c8a5299d6e6e09e53bc98c23a26e07bc90b7.tar.zst freebsd-ports-gnome-ab32c8a5299d6e6e09e53bc98c23a26e07bc90b7.zip |
Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set.
Diffstat (limited to 'audio/gtkpod')
-rw-r--r-- | audio/gtkpod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile index cbef56ab73cf..258dc829287c 100644 --- a/audio/gtkpod/Makefile +++ b/audio/gtkpod/Makefile @@ -25,7 +25,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= ChangeLog NEWS README TODOandBUGS.txt TROUBLESHOOTING -OPTIONS_DEFINE= VORBIS FLAC CURL +OPTIONS_DEFINE= VORBIS FLAC CURL DOCS OPTIONS_DEFAULT= VORBIS FLAC CURL CURL_DESC= Cover art download support via libcurl |