00697eb0c6
Changes since 2.4.2 are too numerous to mention, with over 4,700 lines in the ChangeLog file. However, this release does at least fix a large number of build failures on SmartOS, and doesn't appear to cause any obvious regressions in bulk builds performed by Joerg and myself. Some pkgsrc cleanups while here, including merging the MirBSD patches correctly. It couldn't be made much clearer how to properly integrate patches here to ensure they are not lost. Next time you might not be so fortunate!
16 lines
540 B
Makefile
16 lines
540 B
Makefile
# $NetBSD: Makefile,v 1.50 2017/03/06 16:14:07 jperkin Exp $
|
|
|
|
META_PACKAGE= # empty
|
|
|
|
.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"
|