diff options
author | mat <mat@FreeBSD.org> | 2017-11-21 16:36:26 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-11-21 16:36:26 +0800 |
commit | 65c2a7c1d66d96631bc7eb5a56a1ab7fb8b96b1c (patch) | |
tree | 6b04110a85d89148a3db54227de18de5bdef3f5b /www/sams2 | |
parent | 00a06b21195b11eec1f84e2ed76399d08ed16ae5 (diff) | |
download | freebsd-ports-gnome-65c2a7c1d66d96631bc7eb5a56a1ab7fb8b96b1c.tar.gz freebsd-ports-gnome-65c2a7c1d66d96631bc7eb5a56a1ab7fb8b96b1c.tar.zst freebsd-ports-gnome-65c2a7c1d66d96631bc7eb5a56a1ab7fb8b96b1c.zip |
OPTIONS_SUB only cares about being defined, its content is ignored.
Sponsored by: Absolight
Diffstat (limited to 'www/sams2')
-rw-r--r-- | www/sams2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/sams2/Makefile b/www/sams2/Makefile index 36508d4c5823..214a083ed40b 100644 --- a/www/sams2/Makefile +++ b/www/sams2/Makefile @@ -28,7 +28,7 @@ SUB_FILES= sams2.conf.sample PORTDOCS= * OPTIONS_DEFINE= DOCS APACHE -OPTIONS_SUB= APACHE +OPTIONS_SUB= yes APACHE_USE= APACHE=22+ # We can't use <options> here, ${APACHE*} won't be populated |