diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-10-05 01:27:18 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-10-05 01:27:18 +0000 |
commit | 103d5eb5a67a830ca18e580a5d777277814b616d (patch) | |
tree | 36b5a2e54a62e51c859d0d798136de2acdc043fb /x11/wmfire | |
parent | 01ca2939e90a820bb89a0b84a85ffb657da07b3d (diff) | |
download | pkgsrc-103d5eb5a67a830ca18e580a5d777277814b616d.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 |