diff options
author | wiz <wiz@pkgsrc.org> | 2002-03-10 22:11:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-03-10 22:11:36 +0000 |
commit | 6510debdd2dbcd3c2c288a135f235eb3af5f55bd (patch) | |
tree | ddbf7e622762b2b38a6521cc57d4caf41aba5840 /wm | |
parent | d7737c3f2b78d371a822373f27298168cfcbf0a4 (diff) | |
download | pkgsrc-6510debdd2dbcd3c2c288a135f235eb3af5f55bd.tar.gz |
Set START_XPM even if no APM on the machine (the two are unrelated).
Diffstat (limited to 'wm')
-rw-r--r-- | wm/icewm/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common index c7ead630900..a871392571c 100644 --- a/wm/icewm/Makefile.common +++ b/wm/icewm/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2002/03/10 21:51:36 wiz Exp $ +# $NetBSD: Makefile.common,v 1.13 2002/03/10 22:11:36 wiz Exp $ DISTNAME= icewm-1.0.9-2 CATEGORIES= x11 wm @@ -27,8 +27,9 @@ CONFIGURE_ARGS+= --disable-apm .if ${OPSYS} == "NetBSD" .if exists(/usr/include/machine/apmvar.h) -CPPFLAGS+= -DCONFIG_APM -DSTART_XPM="\"bsd-daemon.xpm\"" +CPPFLAGS+= -DCONFIG_APM .endif +CPPFLAGS+= -DSTART_XPM="\"bsd-daemon.xpm\"" .endif DOCDIR= ${PREFIX}/share/doc/icewm |