aboutsummaryrefslogtreecommitdiff
path: root/lang/siod
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2021-02-18 03:52:42 +0000
committerMikhail Teterin <mi@FreeBSD.org>2021-02-18 03:52:42 +0000
commit10b0f91a2fe65a38d690100f3bf915d59f16d38b (patch)
tree1664e4543297a65c9bd2eeceb3954fae991849e8 /lang/siod
parent167e0e9df5025e4b02f1856803da6ca866d65ecf (diff)
downloadports-10b0f91a2fe65a38d690100f3bf915d59f16d38b.tar.gz
ports-10b0f91a2fe65a38d690100f3bf915d59f16d38b.zip
Stop pretending, STATFS is an option -- it is always built and installed.
Notes
Notes: svn path=/head/; revision=565876
Diffstat (limited to 'lang/siod')
-rw-r--r--lang/siod/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/siod/Makefile b/lang/siod/Makefile
index 1172f7f931c4..59b5704ac72f 100644
--- a/lang/siod/Makefile
+++ b/lang/siod/Makefile
@@ -18,14 +18,13 @@ USES= uidfix tar:tgz dos2unix
USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/siod
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_DEFAULT=NDBM REGEX SS
SQL_ORACLE_DESC=Build Oracle client-module (i386 only)
SQL_SYBASE_DESC=Build Sybase (and MS-SQL) client-module (using FreeTDS)
SS_DESC= Sockets support - required for any network programs
NDBM_DESC= Support for NDBM-databases
-STATFS_DESC= Module giving access to statfs(2)
NO_WRKSUBDIR= yes
EXTRACT_AFTER_ARGS=--exclude md5\* --exclude regex.h --exclude reg????*.c
MAKE_ARGS= VPATH=${WRKSRC} MODULES=${MODULES:Q}