- define OPTIONS only for master port

This commit is contained in:
Rong-En Fan 2007-03-29 10:47:19 +00:00
parent d65e9005aa
commit 107edbb564
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188734

View file

@ -18,9 +18,11 @@ USE_AUTOTOOLS= libtool:15
CONFIGURE_ARGS+= --enable-shared --disable-static
USE_LDCONFIG= yes
.if !defined(MASTERDIR)
OPTIONS= FOX10 "FOX1.0 support (FOX1.6 by default)" off
OPTIONS+= FOX12 "FOX1.2 support (FOX1.6 by default)" off
OPTIONS+= FOX14 "FOX1.4 support (FOX1.6 by default)" off
.endif
.include <bsd.port.pre.mk>