diff options
author | obache <obache> | 2014-02-14 12:11:10 +0000 |
---|---|---|
committer | obache <obache> | 2014-02-14 12:11:10 +0000 |
commit | ffad453a59b3e5dc1a1bc767a1daeb62689d8194 (patch) | |
tree | 52d6ecb27f18e8eb2918db9057187a1655ee527e /misc | |
parent | 4943a573084cf266ab54188578d9040c9cc58968 (diff) | |
download | pkgsrc-ffad453a59b3e5dc1a1bc767a1daeb62689d8194.tar.gz |
no need to buildlink with perl.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/whohas/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/whohas/Makefile b/misc/whohas/Makefile index ad6ac2f239b..81f0ace52fb 100644 --- a/misc/whohas/Makefile +++ b/misc/whohas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/02/14 12:10:04 obache Exp $ +# $NetBSD: Makefile,v 1.15 2014/02/14 12:11:10 obache Exp $ # DISTNAME= whohas-0.29 @@ -32,5 +32,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/intro* \ ${DESTDIR}${PREFIX}/share/doc/whohas -.include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |