diff options
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/elementary/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtkextra2/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/pure-gtk/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/pure-tk/Makefile | 2 |
4 files changed, 9 insertions, 0 deletions
diff --git a/x11-toolkits/elementary/Makefile b/x11-toolkits/elementary/Makefile index f4ad3e0..1c0f620 100644 --- a/x11-toolkits/elementary/Makefile +++ b/x11-toolkits/elementary/Makefile @@ -24,6 +24,8 @@ INSTALLS_ICONS= yes CONFIGURE_ARGS= --disable-quick-launch +OPTIONS_DEFINE= NLS EXAMPLES + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/x11-toolkits/gtkextra2/Makefile b/x11-toolkits/gtkextra2/Makefile index 1afb307..5f7f7ca 100644 --- a/x11-toolkits/gtkextra2/Makefile +++ b/x11-toolkits/gtkextra2/Makefile @@ -24,6 +24,9 @@ DOCSDIR= ${PREFIX}/share/doc/gtkextra2 PORTDOCS= * NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> post-patch: diff --git a/x11-toolkits/pure-gtk/Makefile b/x11-toolkits/pure-gtk/Makefile index 7da9763..386ff8c 100644 --- a/x11-toolkits/pure-gtk/Makefile +++ b/x11-toolkits/pure-gtk/Makefile @@ -25,6 +25,8 @@ PORTDOCS= README PORTEXAMPLES= * +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.options.mk> post-install: diff --git a/x11-toolkits/pure-tk/Makefile b/x11-toolkits/pure-tk/Makefile index 4eb5dcd..052b394a 100644 --- a/x11-toolkits/pure-tk/Makefile +++ b/x11-toolkits/pure-tk/Makefile @@ -33,6 +33,8 @@ PORTDOCS= README PORTEXAMPLES= * +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.options.mk> post-install: |