summaryrefslogtreecommitdiff
path: root/databases/freetds
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-14 17:21:32 +0000
committerjlam <jlam@pkgsrc.org>2004-02-14 17:21:32 +0000
commitec993afa1a03c673838b24572cfaae5ebd9fb235 (patch)
treef363875d965b55b56e856a921189b2693e263e28 /databases/freetds
parent12db50c706ca0bcbc78542f31d7719bf81af8ece (diff)
downloadpkgsrc-ec993afa1a03c673838b24572cfaae5ebd9fb235.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