summaryrefslogtreecommitdiff
path: root/x11/wmavgload
diff options
context:
space:
mode:
authortron <tron>2000-08-23 23:14:21 +0000
committertron <tron>2000-08-23 23:14:21 +0000
commitd9e03c3558722b30a745e7e75c1d6ecc9c22c99f (patch)
tree623953a643a6181e26e24311ef14ff20193779e7 /x11/wmavgload
parentb735b13875cb70c66b6ea714e5270b631b195051 (diff)
downloadpkgsrc-d9e03c3558722b30a745e7e75c1d6ecc9c22c99f.tar.gz
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'x11/wmavgload')
-rw-r--r--x11/wmavgload/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/wmavgload/Makefile b/x11/wmavgload/Makefile
index 874477d1c0e..0b530e90915 100644
--- a/x11/wmavgload/Makefile
+++ b/x11/wmavgload/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/11/11 16:11:26 ad Exp $
+# $NetBSD: Makefile,v 1.2 2000/08/23 23:14:36 tron Exp $
DISTNAME= wmavgload-0.7.0
CATEGORIES= x11
@@ -6,9 +6,9 @@ MASTER_SITES= ftp://ftp.windowmaker.org/pub/contrib/srcs/utils/
MAINTAINER= ad@netbsd.org
-DEPENDS= xpm-3.4k:../../graphics/xpm
+USE_IMAKE= YES
+USE_XPM= YES
-USE_IMAKE= yes
-NO_INSTALL_MANPAGES= yes
+NO_INSTALL_MANPAGES= YES
.include <../../mk/bsd.pkg.mk>