diff options
author | jmc <jmc@pkgsrc.org> | 2001-11-30 21:22:25 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2001-11-30 21:22:25 +0000 |
commit | 6e978a1a02b642c6c33f6d4ad719cf5c90a769ef (patch) | |
tree | dd8e52078048c8cdaec6ab8d9c6711f3ebfe9611 /devel | |
parent | 9d148e0acc4d723532241d0bcfde90cf1b08a41e (diff) | |
download | pkgsrc-6e978a1a02b642c6c33f6d4ad719cf5c90a769ef.tar.gz |
If this is going to be buildlinkified it needs the perl buildlink included.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/autoconf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index b04f271f9ae..0851f480fb6 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2001/11/28 05:20:45 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2001/11/30 21:22:25 jmc Exp $ # FreeBSD Id: Makefile,v 1.12 1997/06/13 20:00:47 max Exp # @@ -20,4 +20,5 @@ M4= ${PREFIX}/bin/gm4 INFO_FILES= autoconf.info standards.info +.include "../../lang/perl5/buildlink.mk" .include "../../mk/bsd.pkg.mk" |