aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.autotools.mk
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2004-06-09 04:45:00 +0800
committerade <ade@FreeBSD.org>2004-06-09 04:45:00 +0800
commit74dad6224dcec1bb19f851efafe102438559c841 (patch)
treeb71f6ceec2f386cc718f2a69f61bad69ebdd8f59 /Mk/bsd.autotools.mk
parentedfff8463655a83a2e729a78f88ff0a00c36a9b1 (diff)
downloadfreebsd-ports-gnome-74dad6224dcec1bb19f851efafe102438559c841.tar.gz
freebsd-ports-gnome-74dad6224dcec1bb19f851efafe102438559c841.tar.zst
freebsd-ports-gnome-74dad6224dcec1bb19f851efafe102438559c841.zip
Switch over to versioned devel/libltdl15 (from devel/libltdl) after
repo-copy.
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)