aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-07-16 01:14:33 +0800
committeradamw <adamw@FreeBSD.org>2014-07-16 01:14:33 +0800
commita450bb94003614a9baf037f5f4a68218681158d1 (patch)
treebe71b7c53b8df171c26c5a8ee5af87d79c71dcf1 /x11-toolkits
parent295bd73ba2543a7fcb825d310a3a1c6dccfaacbb (diff)
downloadfreebsd-ports-gnome-a450bb94003614a9baf037f5f4a68218681158d1.tar.gz
freebsd-ports-gnome-a450bb94003614a9baf037f5f4a68218681158d1.tar.zst
freebsd-ports-gnome-a450bb94003614a9baf037f5f4a68218681158d1.zip
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/fox14/Makefile2
-rw-r--r--x11-toolkits/iwidgets/Makefile2
-rw-r--r--x11-toolkits/py-gtk2/Makefile2
3 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/fox14/Makefile b/x11-toolkits/fox14/Makefile
index c5a8c0143bdf..4d81ce8cd4ed 100644
--- a/x11-toolkits/fox14/Makefile
+++ b/x11-toolkits/fox14/Makefile
@@ -33,7 +33,7 @@ PORTDOCS= *
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-OPTIONS_DEFINE= OPTIMIZED_CFLAGS CUPS DEBUG APPS PROFILE SHM XFT
+OPTIONS_DEFINE= OPTIMIZED_CFLAGS CUPS DEBUG APPS PROFILE SHM XFT DOCS
OPTIONS_DEFAULT=SHM XFT
APPS_DESC= Install sample applications
SHM_DESC= Shared Memory support
diff --git a/x11-toolkits/iwidgets/Makefile b/x11-toolkits/iwidgets/Makefile
index 98dd76b0c9ef..099e192743b4 100644
--- a/x11-toolkits/iwidgets/Makefile
+++ b/x11-toolkits/iwidgets/Makefile
@@ -27,6 +27,8 @@ MAKE_ARGS+= INSTALL_ROOT=${STAGEDIR}
PORTDOCS= CHANGES ChangeLog README iwidgets.ps
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.options.mk>
post-patch:
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile
index f87c1d466349..98ee4615aad6 100644
--- a/x11-toolkits/py-gtk2/Makefile
+++ b/x11-toolkits/py-gtk2/Makefile
@@ -34,7 +34,7 @@ EXAMPLESDIR= ${PREFIX}/share/examples/py-gtk
CONFLICTS= py*-gtk-0*
-OPTIONS_DEFINE= NUMPY
+OPTIONS_DEFINE= NUMPY DOCS EXAMPLES
NUMPY_DESC= Numpy support (pulls in lang/gcc)
.include <bsd.port.options.mk>