diff options
author | mat <mat@FreeBSD.org> | 2014-03-26 02:19:44 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-03-26 02:19:44 +0800 |
commit | f779a172ab0e0615159c086f120bb6a9ffac2115 (patch) | |
tree | de3407a75e0507021973e1fc6ff428fee456700a /lang/pure | |
parent | d61a812c7ec5e6763b8e4a7aa01f06fd25ab4171 (diff) | |
download | freebsd-ports-gnome-f779a172ab0e0615159c086f120bb6a9ffac2115.tar.gz freebsd-ports-gnome-f779a172ab0e0615159c086f120bb6a9ffac2115.tar.zst freebsd-ports-gnome-f779a172ab0e0615159c086f120bb6a9ffac2115.zip |
Have OPTIONS_SUB also fill in SUB_LIST.
Fix two ports that would have been broken with this change.
With hat: portmgr
Diffstat (limited to 'lang/pure')
-rw-r--r-- | lang/pure/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lang/pure/Makefile b/lang/pure/Makefile index 1315a11231ae..72dfb24f3090 100644 --- a/lang/pure/Makefile +++ b/lang/pure/Makefile @@ -64,12 +64,6 @@ SUB_LIST+= NOCLANG="" SUB_LIST+= NOCLANG="@comment " .endif -.if ${PORT_OPTIONS:METC} -SUB_LIST+= ETC="" -.else -SUB_LIST+= ETC="@comment " -.endif - # automatically disable readline support if editline support is available .if exists(/usr/include/edit/readline/readline.h) CONFIGURE_ARGS+= --without-readline |