diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 09:14:00 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 09:14:00 +0000 |
commit | 9aa6f2e9a8ed03ec3d6cf1495b3f755250a91069 (patch) | |
tree | 04ffcd4f15fee472178af37fa744bf429a0007b6 /sysutils/toshutils | |
parent | 5bbd71fdfcf747d54e4a277d80388bcb0bbb9fc5 (diff) | |
download | pkgsrc-9aa6f2e9a8ed03ec3d6cf1495b3f755250a91069.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'sysutils/toshutils')
-rw-r--r-- | sysutils/toshutils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/toshutils/Makefile b/sysutils/toshutils/Makefile index d29c6c140e8..ebe6e82f30f 100644 --- a/sysutils/toshutils/Makefile +++ b/sysutils/toshutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 22:53:56 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/25 09:19:19 snj Exp $ # DISTNAME= toshutils-991217 @@ -12,7 +12,7 @@ COMMENT= NetBSD port of the Toshiba(tm) Linux Utilities ONLY_FOR_PLATFORM= *-*-i386 -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES GNU_CONFIGURE= YES post-install: @@ -21,5 +21,5 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/doc/${f} ${PREFIX}/share/doc/toshutils .endfor -.include "../../x11/gtk/buildlink2.mk" +.include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |