diff options
author | grant <grant> | 2002-08-04 13:17:06 +0000 |
---|---|---|
committer | grant <grant> | 2002-08-04 13:17:06 +0000 |
commit | f6322d9dd3e1d657cd9a714334fff060b1bd081c (patch) | |
tree | 3e1a4ad6ec362dbc6c29747a5a6ada46f56f2e2a | |
parent | c98662c5397b0f9c97d2850c6b8a3c9b4b6cd37b (diff) | |
download | pkgsrc-f6322d9dd3e1d657cd9a714334fff060b1bd081c.tar.gz |
add dependancy on graphics/xpm, as noted by kre in pkg/17830.
-rw-r--r-- | wm/matchbox/Makefile | 3 |
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" |