diff options
author | wiz <wiz> | 2000-01-23 01:22:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-01-23 01:22:54 +0000 |
commit | 0cc92e0fe01cdfd8c6b3390e024081a17e8cf4cb (patch) | |
tree | c9a400c8d385b2637650986860e1f1a59afdacd5 /x11 | |
parent | 8506852ff1ea6952ef224515ba0c1a605c8a5e74 (diff) | |
download | pkgsrc-0cc92e0fe01cdfd8c6b3390e024081a17e8cf4cb.tar.gz |
add dependency on xpm, and commented out alternate dependency on imlib
Diffstat (limited to 'x11')
-rw-r--r-- | x11/icewm/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/icewm/Makefile b/x11/icewm/Makefile index 1d07ba026c4..4b3df6371db 100644 --- a/x11/icewm/Makefile +++ b/x11/icewm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/01/23 01:02:19 tron Exp $ +# $NetBSD: Makefile,v 1.3 2000/01/23 01:22:54 wiz Exp $ # DISTNAME= icewm-1.0.1 @@ -10,8 +10,12 @@ EXTRACT_SUFX= .src.tar.gz MAINTAINER= wiz@netbsd.org HOMEPAGE= http://icewm.sourceforge.net/ +DEPENDS+= xpm-3.4k:../../graphics/xpm +#DEPENDS+= imlib-*:../../graphics/imlib + GNU_CONFIGURE= YES USE_X11BASE= YES +#CONFIGURE_ARGS+= --with-imlib post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/icewm |