aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.autotools.mk
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-06-08 20:45:00 +0000
committerAde Lovett <ade@FreeBSD.org>2004-06-08 20:45:00 +0000
commit01d65e04c3cefe08e6f55705af67359809ffc8af (patch)
treed0f8f7e40156a87cbb1243154af42f209de97c72 /Mk/bsd.autotools.mk
parente794a01dde59bdbf235d6556507c60704dc286c5 (diff)
downloadports-01d65e04c3cefe08e6f55705af67359809ffc8af.tar.gz
ports-01d65e04c3cefe08e6f55705af67359809ffc8af.zip
Switch over to versioned devel/libltdl15 (from devel/libltdl) after
repo-copy.
Notes
Notes: svn path=/head/; revision=111104
Diffstat (limited to 'Mk/bsd.autotools.mk')
-rw-r--r--Mk/bsd.autotools.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/Mk/bsd.autotools.mk b/Mk/bsd.autotools.mk
index b1e27da628af..43f7b7a09fe4 100644
--- a/Mk/bsd.autotools.mk
+++ b/Mk/bsd.autotools.mk
@@ -54,7 +54,7 @@ Autotools_Include_MAINTAINER= ade@FreeBSD.org
#---------------------------------------------------------------------------
#
# USE_LIBLTDL=yes
-# - Convenience knob to depend on the library from devel/libltdl
+# - Convenience knob to depend on the library from devel/libltdl15
#
# USE_LIBTOOL_VER=<value>
# - Port wishes to use libtool, including the configuration step
@@ -96,7 +96,7 @@ Autotools_Include_MAINTAINER= ade@FreeBSD.org
# autotools knobs
#
# - USE_LIBLTDL has been added as a convenience function to provide
-# a lib dependency on devel/libltdl, so that if the major version
+# a lib dependency on devel/libltdl15, so that if the major version
# number changes in future, only one item has to be updated
#
# - {WANT,USE}_AUTOMAKE_VER no longer automatically brings in
@@ -256,10 +256,10 @@ RUN_DEPENDS+= ${AUTOCONF_DEPENDS}
#---------------------------------------------------------------------------
# Convenience function to save people having to depend directly on
-# devel/libltdl
+# devel/libltdl15
#
.if defined(USE_LIBLTDL)
-LIB_DEPENDS+= ltdl.4:${PORTSDIR}/devel/libltdl
+LIB_DEPENDS+= ltdl.4:${PORTSDIR}/devel/libltdl15
.endif
.if defined(USE_LIBTOOL_VER)