diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-05-12 11:48:49 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-05-12 11:48:49 +0000 |
commit | 7678193c3d2d11d8aacac35c5406a374326be6eb (patch) | |
tree | fcff4e051f035837ff7cab73432d274b96171613 /x11-toolkits | |
parent | e59a9684168aad56d6d455a49d69fab3655dae52 (diff) | |
download | ports-7678193c3d2d11d8aacac35c5406a374326be6eb.tar.gz ports-7678193c3d2d11d8aacac35c5406a374326be6eb.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qwt5/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qwt6/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/qwt5/Makefile b/x11-toolkits/qwt5/Makefile index aa760c3b75d7..4fb9d0941345 100644 --- a/x11-toolkits/qwt5/Makefile +++ b/x11-toolkits/qwt5/Makefile @@ -23,6 +23,8 @@ PLIST_SUB= SHLIB_VER=${PORTVERSION} \ STRIP_FILES= lib/libqwt.so.${PORTVERSION} +OPTIONS_DEFINE= DOCS + .include <bsd.port.pre.mk> .include <${FILESDIR}/Makefile.man> diff --git a/x11-toolkits/qwt6/Makefile b/x11-toolkits/qwt6/Makefile index e1d1db84e979..fafb7b406045 100644 --- a/x11-toolkits/qwt6/Makefile +++ b/x11-toolkits/qwt6/Makefile @@ -28,6 +28,8 @@ PLIST_SUB= INCLUDEDIR=include/${LATEST_LINK} \ STRIP_FILES= lib/libqwt6.so.${PORTVERSION} \ lib/libqwtmathml.so.${PORTVERSION} +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: |