pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/autogen Fix build under (at least) Mac OS X by a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fcc8698b7710
branches: trunk
changeset: 353111:fcc8698b7710
user: tron <tron%pkgsrc.org@localhost>
date: Wed Sep 28 18:16:36 2016 +0000
description:
Fix build under (at least) Mac OS X by adding the missing dependency
on the "gettext-lib" package.
Bump package revision because the binary package might change on other
platforms as well.
diffstat:
devel/autogen/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 266bec2afa79 -r fcc8698b7710 devel/autogen/Makefile
--- a/devel/autogen/Makefile Wed Sep 28 17:13:16 2016 +0000
+++ b/devel/autogen/Makefile Wed Sep 28 18:16:36 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2016/09/15 14:32:40 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2016/09/28 18:16:36 tron Exp $
DISTNAME= autogen-5.18.10
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=autogen/rel${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.xz
@@ -21,6 +21,7 @@
CONFIGURE_ENV+= POSIX_SHELL=${CONFIG_SHELL:Q}
MAKE_ENV+= PERL5=${PERL5}
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../lang/guile20/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index