summaryrefslogtreecommitdiff
path: root/databases/freetds
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-14 17:21:32 +0000
committerjlam <jlam>2004-02-14 17:21:32 +0000
commitc46da24c142eef5eab634a945d7e1d201115cb8b (patch)
treef363875d965b55b56e856a921189b2693e263e28 /databases/freetds
parent3edd1034586f43044621b6199d089c2117f97947 (diff)
downloadpkgsrc-c46da24c142eef5eab634a945d7e1d201115cb8b.tar.gz
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
Diffstat (limited to 'databases/freetds')
-rw-r--r--databases/freetds/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/freetds/Makefile b/databases/freetds/Makefile
index 7d764e0284a..67ecefb5ae2 100644
--- a/databases/freetds/Makefile
+++ b/databases/freetds/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/01/22 08:02:15 grant Exp $
+# $NetBSD: Makefile,v 1.19 2004/02/14 17:21:35 jlam Exp $
DISTNAME= freetds-0.61.2
CATEGORIES= databases
@@ -9,6 +9,7 @@ HOMEPAGE= http://www.freetds.org/
COMMENT= LGPL'd implementation of Sybase's db-lib/ct-lib/ODBC libs
USE_BUILDLINK2= yes
+USE_LIBTOOL= yes
USE_PKGINSTALL= yes
USE_GNU_TOOLS+= make
@@ -18,9 +19,6 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-libiconv-prefix=${BUILDLINK_PREFIX.iconv}
CONFIGURE_ARGS+= --with-tdsver=7.0
-USE_LIBTOOL= yes
-LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-
EGDIR= ${PREFIX}/share/examples/freetds
CONF_FILES= ${EGDIR}/freetds.conf ${PKG_SYSCONFDIR}/freetds.conf
CONF_FILES+= ${EGDIR}/locales.conf ${PKG_SYSCONFDIR}/locales.conf