diff options
author | snj <snj> | 2004-04-18 23:13:00 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-18 23:13:00 +0000 |
commit | e49eb4dd78011372a00750f29c3b7c54ca6a95b5 (patch) | |
tree | 515b8275ff7ff288c6d09f1582f10c47506f95ba /sysutils/xps | |
parent | da07ef467bba73c2538cc6e761b6338ef3d15106 (diff) | |
download | pkgsrc-e49eb4dd78011372a00750f29c3b7c54ca6a95b5.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'sysutils/xps')
-rw-r--r-- | sysutils/xps/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sysutils/xps/Makefile b/sysutils/xps/Makefile index b3467ad7a59..a1f2184659a 100644 --- a/sysutils/xps/Makefile +++ b/sysutils/xps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/01/24 15:06:58 grant Exp $ +# $NetBSD: Makefile,v 1.25 2004/04/18 23:13:00 snj Exp $ DISTNAME= xps-3.14 CATEGORIES= sysutils @@ -8,12 +8,11 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.netwinder.org/~rocky/xps-home/ COMMENT= Displays the Unix process list as a hierarchical tree -USE_PERL5= build +GNU_CONFIGURE= # defined +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make +USE_PERL5= build USE_X11BASE= # defined -USE_BUILDLINK2= # defined -GNU_CONFIGURE= # defined - -.include "../../mk/motif.buildlink2.mk" +.include "../../mk/motif.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |