diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-05-02 09:35:47 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-05-02 09:35:47 +0000 |
commit | 8f1f423983a9d8ea2431ba220a84940adf4f3ea9 (patch) | |
tree | 4d6798fb54d1cc975468b5daf1c3d2a3759b1b1d /wm | |
parent | 57d9985fe45043843150947360e7a1216d5cc666 (diff) | |
download | pkgsrc-8f1f423983a9d8ea2431ba220a84940adf4f3ea9.tar.gz |
Make this package depend on gtk, should fix bulk build
Diffstat (limited to 'wm')
-rw-r--r-- | wm/fvwm2-current/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/fvwm2-current/Makefile b/wm/fvwm2-current/Makefile index 0f3a8ec46f4..83801ffc245 100644 --- a/wm/fvwm2-current/Makefile +++ b/wm/fvwm2-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/04/27 15:14:58 zuntum Exp $ +# $NetBSD: Makefile,v 1.3 2001/05/02 09:35:47 zuntum Exp $ # DISTNAME= fvwm-${FVWM_VERSION} @@ -15,6 +15,7 @@ COMMENT= Popular virtual window manager for X DEPENDS+= xpmroot-2.*:../../x11/xpmroot DEPENDS+= readline-*:../../devel/readline DEPENDS+= rplay-3.*:../../audio/rplay +DEPENDS+= gtk+>=1.2.0:../../x11/gtk EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |