summaryrefslogtreecommitdiff
path: root/wm/olvwm
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-01-21 20:39:21 +0000
committeragc <agc@pkgsrc.org>2002-01-21 20:39:21 +0000
commit27de52dfa98654943e4f461bea994519bdcd72d1 (patch)
tree6865f30588fa35beb8d4320e3a36196edc72cd63 /wm/olvwm
parentd94050f1f2ec827f6e06e4dc9bfd58c227763b7b (diff)
downloadpkgsrc-27de52dfa98654943e4f461bea994519bdcd72d1.tar.gz
Use the xpm buildlink functionality, rather than USE_XPM
Diffstat (limited to 'wm/olvwm')
-rw-r--r--wm/olvwm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/olvwm/Makefile b/wm/olvwm/Makefile
index ced16561e23..3f3c19a20c4 100644
--- a/wm/olvwm/Makefile
+++ b/wm/olvwm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/09/09 20:36:51 agc Exp $
+# $NetBSD: Makefile,v 1.4 2002/01/21 20:39:21 agc Exp $
#
DISTNAME= olvwm4.src4
@@ -14,9 +14,9 @@ DEPENDS+= xview-lib>=3.2.1nb1:../../x11/xview-lib
DEPENDS+= xview-clients>=3.2.1:../../x11/xview-clients
USE_X11BASE= # defined
-USE_XPM= # defined
USE_IMAKE= # defined
WRKSRC= ${WRKDIR}
+.include "../../graphics/xpm/buildlink.mk"
.include "../../mk/bsd.pkg.mk"