diff options
author | jlam <jlam> | 2002-08-25 21:50:52 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-08-25 21:50:52 +0000 |
commit | b6b94f0c669b1ef2a824c69854900b68ec821681 (patch) | |
tree | f54fdc39f5381d6b58a06e7e3ed458f63f0e9df2 /x11/xtoolwait/Makefile | |
parent | ac9820da6cdeb5833fdaf2717a1633972572c5de (diff) | |
download | pkgsrc-b6b94f0c669b1ef2a824c69854900b68ec821681.tar.gz |
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'x11/xtoolwait/Makefile')
-rw-r--r-- | x11/xtoolwait/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xtoolwait/Makefile b/x11/xtoolwait/Makefile index e452071fb8f..ec2d721e188 100644 --- a/x11/xtoolwait/Makefile +++ b/x11/xtoolwait/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/03/08 10:30:21 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/08/25 21:53:02 jlam Exp $ # DISTNAME= xtoolwait-1.3 @@ -9,6 +9,7 @@ MAINTAINER= minoura@netbsd.org HOMEPAGE= http://www.hacom.nl/~richard/software/xtoolwait.html COMMENT= Free implementation of SunOS toolwait(1) +USE_BUILDLINK2= yes USE_IMAKE= yes .include "../../mk/bsd.pkg.mk" |