Stop pretending, STATFS is an option -- it is always built and installed.
This commit is contained in:
parent
167e0e9df5
commit
10b0f91a2f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565876
1 changed files with 1 additions and 2 deletions
|
@ -18,14 +18,13 @@ USES= uidfix tar:tgz dos2unix
|
||||||
USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/siod
|
USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/siod
|
||||||
|
|
||||||
DOS2UNIX_FILES= sql_oracle.c ss.c siod.scm
|
DOS2UNIX_FILES= sql_oracle.c ss.c siod.scm
|
||||||
OPTIONS_DEFINE= SQL_SYBASE GD NDBM REGEX SS STATFS DOCS
|
OPTIONS_DEFINE= SQL_SYBASE GD NDBM REGEX SS DOCS
|
||||||
OPTIONS_DEFINE_i386=SQL_ORACLE # oracle-client port only available for i386
|
OPTIONS_DEFINE_i386=SQL_ORACLE # oracle-client port only available for i386
|
||||||
OPTIONS_DEFAULT=NDBM REGEX SS
|
OPTIONS_DEFAULT=NDBM REGEX SS
|
||||||
SQL_ORACLE_DESC=Build Oracle client-module (i386 only)
|
SQL_ORACLE_DESC=Build Oracle client-module (i386 only)
|
||||||
SQL_SYBASE_DESC=Build Sybase (and MS-SQL) client-module (using FreeTDS)
|
SQL_SYBASE_DESC=Build Sybase (and MS-SQL) client-module (using FreeTDS)
|
||||||
SS_DESC= Sockets support - required for any network programs
|
SS_DESC= Sockets support - required for any network programs
|
||||||
NDBM_DESC= Support for NDBM-databases
|
NDBM_DESC= Support for NDBM-databases
|
||||||
STATFS_DESC= Module giving access to statfs(2)
|
|
||||||
NO_WRKSUBDIR= yes
|
NO_WRKSUBDIR= yes
|
||||||
EXTRACT_AFTER_ARGS=--exclude md5\* --exclude regex.h --exclude reg????*.c
|
EXTRACT_AFTER_ARGS=--exclude md5\* --exclude regex.h --exclude reg????*.c
|
||||||
MAKE_ARGS= VPATH=${WRKSRC} MODULES=${MODULES:Q}
|
MAKE_ARGS= VPATH=${WRKSRC} MODULES=${MODULES:Q}
|
||||||
|
|
Loading…
Reference in a new issue