diff options
author | wiz <wiz@pkgsrc.org> | 2002-08-31 15:16:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-08-31 15:16:39 +0000 |
commit | e7c56b121e8fe70b2a62533ad6510537d6375109 (patch) | |
tree | fd2878740c89aa37739fb2574fdc2f8d4ede6b91 /x11/xp | |
parent | 5a663dd82bd8843a166f19b52bffbe61c25a929f (diff) | |
download | pkgsrc-e7c56b121e8fe70b2a62533ad6510537d6375109.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'x11/xp')
-rw-r--r-- | x11/xp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xp/Makefile b/x11/xp/Makefile index ad009edea0f..fc890a25c67 100644 --- a/x11/xp/Makefile +++ b/x11/xp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 17:07:20 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2002/08/31 15:24:08 wiz Exp $ DISTNAME= xp-1.2b10 CATEGORIES= x11 @@ -8,5 +8,6 @@ MAINTAINER= jdc@netbsd.org COMMENT= Fast X11 text file viewer using Athena widgets USE_IMAKE= yes +USE_BUILDLINK2= yes .include "../../mk/bsd.pkg.mk" |