diff options
author | zuntum <zuntum> | 2001-05-02 09:35:47 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-05-02 09:35:47 +0000 |
commit | f5fcd1ce2dcca7d12ae2c99f77bddd0055032c3c (patch) | |
tree | 4d6798fb54d1cc975468b5daf1c3d2a3759b1b1d /wm | |
parent | ebe11862cf42ba3c7f99ec65fa02dff2f6266b8f (diff) | |
download | pkgsrc-f5fcd1ce2dcca7d12ae2c99f77bddd0055032c3c.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} |