summaryrefslogtreecommitdiff
path: root/wm/matchbox/Makefile
diff options
context:
space:
mode:
authorgrant <grant>2002-08-04 13:17:06 +0000
committergrant <grant>2002-08-04 13:17:06 +0000
commitf6322d9dd3e1d657cd9a714334fff060b1bd081c (patch)
tree3e1a4ad6ec362dbc6c29747a5a6ada46f56f2e2a /wm/matchbox/Makefile
parentc98662c5397b0f9c97d2850c6b8a3c9b4b6cd37b (diff)
downloadpkgsrc-f6322d9dd3e1d657cd9a714334fff060b1bd081c.tar.gz
add dependancy on graphics/xpm, as noted by kre in pkg/17830.
Diffstat (limited to 'wm/matchbox/Makefile')
-rw-r--r--wm/matchbox/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/matchbox/Makefile b/wm/matchbox/Makefile
index 1aba5929c29..07d13244072 100644
--- a/wm/matchbox/Makefile
+++ b/wm/matchbox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/08/01 15:53:46 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2002/08/04 13:17:06 grant Exp $
#
DISTNAME= matchbox-0.3.2
@@ -12,5 +12,6 @@ COMMENT= window manager designed for computers with small displays
GNU_CONFIGURE= YES
USE_BUILDLINK_ONLY= YES
+.include "../../graphics/xpm/buildlink.mk"
.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"