summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-19 19:14:37 +0000
committerjlam <jlam>2006-07-19 19:14:37 +0000
commit200187c881ec2826709d97ae80cca897ca79d1b5 (patch)
tree6625fccd1471e3829f048ba53292a134d2776e44 /sysutils
parent3b3fb0d2cb90fd2c6460f43821a4d882e3e75b0c (diff)
downloadpkgsrc-200187c881ec2826709d97ae80cca897ca79d1b5.tar.gz
Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using the default LIBTOOL_OVERRIDE to replace libtool scripts in packages. This just formalizes the fact that LTCONFIG_OVERRIDE is not used meaningfully by pkgsrc.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/amanda-common/Makefile.common3
-rw-r--r--sysutils/medusa/Makefile4
2 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/amanda-common/Makefile.common b/sysutils/amanda-common/Makefile.common
index 459a900ade4..9234193c331 100644
--- a/sysutils/amanda-common/Makefile.common
+++ b/sysutils/amanda-common/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2006/05/26 13:19:38 joerg Exp $
+# $NetBSD: Makefile.common,v 1.22 2006/07/19 19:14:39 jlam Exp $
#
# common make file fragment shared by all amanda-* pkgs.
#
@@ -26,7 +26,6 @@ BUILD_DEFS+= AMANDA_USER AMANDA_GROUP AMANDA_SMB
BUILD_DEFS+= AMANDA_TMP AMANDA_VAR
USE_LIBTOOL= yes
-LTCONFIG_OVERRIDE= ${WRKSRC}/config/ltconfig
USE_TOOLS+= gzip:run gtar:run
CONFIGURE_ENV+= ac_cv_path_GZIP=${TOOLS_GZIP_CMD:Q}
diff --git a/sysutils/medusa/Makefile b/sysutils/medusa/Makefile
index 30fdbe142c2..6b7e28a64a1 100644
--- a/sysutils/medusa/Makefile
+++ b/sysutils/medusa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2006/05/18 19:55:35 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2006/07/19 19:14:39 jlam Exp $
#
DISTNAME= medusa-0.5.1
@@ -14,9 +14,7 @@ COMMENT= File system indexing engine
DEPENDS+= psmisc-[0-9]*:../../sysutils/psmisc
GNU_CONFIGURE= YES
-
USE_LIBTOOL= YES
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../sysutils/gnome-vfs/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"