diff options
author | jlam <jlam> | 2002-08-25 21:50:52 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-08-25 21:50:52 +0000 |
commit | 4bfcc34161358d51d868f816c923eb93f927a412 (patch) | |
tree | f54fdc39f5381d6b58a06e7e3ed458f63f0e9df2 /sysutils/wmcpuload | |
parent | 8820d0b0e1e20d3278c7c39632417b4d9ca31899 (diff) | |
download | pkgsrc-4bfcc34161358d51d868f816c923eb93f927a412.tar.gz |
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'sysutils/wmcpuload')
-rw-r--r-- | sysutils/wmcpuload/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/wmcpuload/Makefile b/sysutils/wmcpuload/Makefile index 081aeb20aad..4d3c4386eb5 100644 --- a/sysutils/wmcpuload/Makefile +++ b/sysutils/wmcpuload/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/03/24 18:04:57 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2002/08/25 21:51:10 jlam Exp $ # DISTNAME= wmcpuload-0.9.0 @@ -9,9 +9,9 @@ MAINTAINER= coto@core.de HOMEPAGE= http://www.sh.rim.or.jp/~ssato/dockapp/index.shtml COMMENT= dockable CPU monitor -GNU_CONFIGURE= YES -USE_BUILDLINK_ONLY= YES +GNU_CONFIGURE= YES +USE_BUILDLINK2= YES +USE_X11= YES -.include "../../graphics/xpm/buildlink.mk" -.include "../../mk/x11.buildlink.mk" +.include "../../graphics/xpm/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |