diff options
author | tron <tron> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-23 23:14:21 +0000 |
commit | 3bb1003bffe659fe78e3ff049aa5e426d687763a (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /x11/wmfire | |
parent | ea8b8736a98aa0f9cc1e367db350fc4ffa0d09b1 (diff) | |
download | pkgsrc-3bb1003bffe659fe78e3ff049aa5e426d687763a.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'x11/wmfire')
-rw-r--r-- | x11/wmfire/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/wmfire/Makefile b/x11/wmfire/Makefile index ed146aa1c8b..7309c81457b 100644 --- a/x11/wmfire/Makefile +++ b/x11/wmfire/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/10/05 01:27:18 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/23 23:14:35 tron Exp $ # DISTNAME= wmfire-0.0.3.8 @@ -7,9 +7,8 @@ MASTER_SITES= http://www.zebra.net/~dm/wmfire/ MAINTAINER= hubertf@netbsd.org -DEPENDS+= xpm-3.4k:../../graphics/xpm - USE_X11= YES +USE_XPM= YES GNU_CONFIGURE= YES CONFIGURE_ENV+= CPPFLAGS=-I${X11BASE}/include |