diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-15 22:36:12 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-15 22:36:12 +0800 |
commit | bf9707fc40f2f587e17790c3c238c6be8ca8b201 (patch) | |
tree | 3640566e09bc0fb1e09e472c99d07891171749fe /devel/dcmtk | |
parent | 75737a13b8e2ecb3c26b28c472896d312374f47c (diff) | |
download | freebsd-ports-gnome-bf9707fc40f2f587e17790c3c238c6be8ca8b201.tar.gz freebsd-ports-gnome-bf9707fc40f2f587e17790c3c238c6be8ca8b201.tar.zst freebsd-ports-gnome-bf9707fc40f2f587e17790c3c238c6be8ca8b201.zip |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Diffstat (limited to 'devel/dcmtk')
-rw-r--r-- | devel/dcmtk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/dcmtk/Makefile b/devel/dcmtk/Makefile index 6a9679e3e72f..db3d0efd9349 100644 --- a/devel/dcmtk/Makefile +++ b/devel/dcmtk/Makefile @@ -30,6 +30,8 @@ PLIST_SUB= SHLIBVER=${SHLIBVER} PORTDOCS= * +OPTIONS_DEFINE= DOCS + .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" |