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/libshout | |
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/libshout')
-rw-r--r-- | audio/libshout/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/libshout/Makefile b/audio/libshout/Makefile index 6af38ef09d77..7da788e7d4cc 100644 --- a/audio/libshout/Makefile +++ b/audio/libshout/Makefile @@ -26,6 +26,8 @@ USES= gmake libtool pathfix pkgconfig PORTDOCS= * +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -e 's|-ffast-math||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|^Requires: |Requires.private: |' ${WRKSRC}/shout.pc.in |