summaryrefslogtreecommitdiff
path: root/x11/wmfstatus
diff options
context:
space:
mode:
authortron <tron>2000-08-23 23:14:21 +0000
committertron <tron>2000-08-23 23:14:21 +0000
commit3bb1003bffe659fe78e3ff049aa5e426d687763a (patch)
tree623953a643a6181e26e24311ef14ff20193779e7 /x11/wmfstatus
parentea8b8736a98aa0f9cc1e367db350fc4ffa0d09b1 (diff)
downloadpkgsrc-3bb1003bffe659fe78e3ff049aa5e426d687763a.tar.gz
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'x11/wmfstatus')
-rw-r--r--x11/wmfstatus/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/wmfstatus/Makefile b/x11/wmfstatus/Makefile
index fe05533ad52..094964261a9 100644
--- a/x11/wmfstatus/Makefile
+++ b/x11/wmfstatus/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/01/07 05:43:21 sakamoto Exp $
-#
+# $NetBSD: Makefile,v 1.2 2000/08/23 23:14:36 tron Exp $
DISTNAME= wmfstatus-0.3
CATEGORIES= x11
@@ -8,9 +7,8 @@ MASTER_SITES= http://www.finik.net/files/
MAINTAINER= sakamoto@netbsd.org
HOMEPAGE= http://www.finik.net/software.html
-DEPENDS+= xpm-3.4k:../../graphics/xpm
-
-USE_X11= yes
+USE_X11= YES
+USE_XPM= YES
CPPFLAGS= -I${X11BASE}/include
MAKE_ENV+= CPPFLAGS="${CPPFLAGS}"