diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 22:55:18 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 22:55:18 +0000 |
commit | 4de56a776b06e3e1141de9f8098f35898c845484 (patch) | |
tree | 6194cf6aa6f7ee687e04930740d1eec39ffe26f7 /databases/libiodbc | |
parent | db0ebc9499d9e83a7facb9785799a902707c4cf2 (diff) | |
download | ports-4de56a776b06e3e1141de9f8098f35898c845484.tar.gz ports-4de56a776b06e3e1141de9f8098f35898c845484.zip |
Notes
Diffstat (limited to 'databases/libiodbc')
-rw-r--r-- | databases/libiodbc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/libiodbc/Makefile b/databases/libiodbc/Makefile index ce540a3de9d4..9a7d418a2665 100644 --- a/databases/libiodbc/Makefile +++ b/databases/libiodbc/Makefile @@ -26,7 +26,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-iodbc-inidir=${INIDIR} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= iodbc-config.1 iodbctest.1 iodbctestw.1 |