Change _WITH/_ENABLE to _ON for things that take arguments.

This commit is contained in:
Adam Weinberger 2014-06-20 07:48:33 +00:00
parent a5d8eceb60
commit 0694d93685
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358524

View file

@ -40,10 +40,9 @@ JAPANESE_CONFIGURE_ON= --enable-japanese=E --with-migemo=yes gt_cv_func_gnugette
JAPANESE_CONFIGURE_ENABLE= nls
INLINE_IMAGE_USE= gnome=gtk20
INLINE_IMAGE_CONFIGURE_WITH= imagelib=gtk2
INLINE_IMAGE_CONFIGURE_ENABLE= image=fb,x11
INLINE_IMAGE_CONFIGURE_ON= --with-imagelib=gtk2 --enable-image=fb,x11
KEY_LYNX_CONFIGURE_ENABLE= keymap=lynx
KEY_LYNX_CONFIGURE_ON= --with-keymap=lynx
.include <bsd.port.options.mk>