d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
19 lines
572 B
Makefile
19 lines
572 B
Makefile
# $NetBSD: Makefile,v 1.47 2013/05/31 12:40:01 wiz Exp $
|
|
|
|
META_PACKAGE= # empty
|
|
|
|
.include "Makefile.common"
|
|
PKGREVISION= 2
|
|
|
|
SVR4_PKGNAME= ltool
|
|
|
|
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"
|