diff options
author | agc <agc@pkgsrc.org> | 1999-08-31 09:43:12 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-08-31 09:43:12 +0000 |
commit | 9a4b41b8a5acb849fe7e31caa3f930c6d85e8fa7 (patch) | |
tree | 9903a81f461a0c6cdb2e2cbb17be8ef24b589993 /x11 | |
parent | 6ab2a30c02fab29c055176a43fee96c027fdb0a1 (diff) | |
download | pkgsrc-9a4b41b8a5acb849fe7e31caa3f930c6d85e8fa7.tar.gz |
Add GNU tar and xpm pre-requisites.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/scwm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/scwm/Makefile b/x11/scwm/Makefile index d7fd4c59511..0b32043c444 100644 --- a/x11/scwm/Makefile +++ b/x11/scwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/08/29 21:50:21 jlam Exp $ +# $NetBSD: Makefile,v 1.4 1999/08/31 09:43:12 agc Exp $ # DISTNAME= scwm-0.9 @@ -10,6 +10,8 @@ HOMEPAGE= http://scwm.mit.edu/ DEPENDS+= guile-1.3.2:../../lang/guile DEPENDS+= gtk+-1.2.4:../../x11/gtk +DEPENDS+= gtar-1.12:../../archivers/gtar +DEPENDS+= xpm-3.4k:../../graphics/xpm CONFIGURE_ARGS+= --with-guile-prefix=${LOCALBASE} \ --with-gtk-prefix=${X11BASE} \ |