blob: fe6fdb53b089417e322d7af38b919afd97d5b36c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.53 2022/07/26 16:15:26 wiz Exp $
META_PACKAGE= yes
.include "Makefile.common"
DEPENDS+= ${DISTNAME:S/-/-base-/}{,nb[0-9]*}:../../devel/libtool-base
DEPENDS+= ${DISTNAME:S/-/-fortran-/}{,nb[0-9]*}:../../devel/libtool-fortran
DEPENDS+= ${DISTNAME:S/-/-info-/}{,nb[0-9]*}:../../devel/libtool-info
# There is no libltdl dependency here; this is deliberate, so that libltdl
# can be updated independently of the rest of libtool.
COMMENT= Generic shared library support script
.include "../../mk/bsd.pkg.mk"
|