diff options
author | hubertf <hubertf> | 1999-10-05 01:27:18 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-10-05 01:27:18 +0000 |
commit | a584f795a1528578eb0f4571d6701ceb0039b252 (patch) | |
tree | 36b5a2e54a62e51c859d0d798136de2acdc043fb /x11/wmfire | |
parent | 9f48935798fc8a25a7a0a5cdda64f310909dc22a (diff) | |
download | pkgsrc-a584f795a1528578eb0f4571d6701ceb0039b252.tar.gz |
This package wants xpm.
Diffstat (limited to 'x11/wmfire')
-rw-r--r-- | x11/wmfire/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/wmfire/Makefile b/x11/wmfire/Makefile index 40e4407940c..ed146aa1c8b 100644 --- a/x11/wmfire/Makefile +++ b/x11/wmfire/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/09/24 00:33:10 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 1999/10/05 01:27:18 hubertf Exp $ # DISTNAME= wmfire-0.0.3.8 @@ -7,6 +7,8 @@ MASTER_SITES= http://www.zebra.net/~dm/wmfire/ MAINTAINER= hubertf@netbsd.org +DEPENDS+= xpm-3.4k:../../graphics/xpm + USE_X11= YES GNU_CONFIGURE= YES CONFIGURE_ENV+= CPPFLAGS=-I${X11BASE}/include |