diff options
author | agc <agc> | 1999-08-31 09:43:12 +0000 |
---|---|---|
committer | agc <agc> | 1999-08-31 09:43:12 +0000 |
commit | f3c4b3872ca34de98ee7faf966fe8e450f3e5366 (patch) | |
tree | 9903a81f461a0c6cdb2e2cbb17be8ef24b589993 /x11 | |
parent | b634aad5d566c5a0443e5a6e2ccdc1a18db26dce (diff) | |
download | pkgsrc-f3c4b3872ca34de98ee7faf966fe8e450f3e5366.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} \ |