Subject: fvwm2-themes cannot depend on fvwm-devel?
To: None <tech-pkg@netbsd.org>
From: Geert Hendrickx <geert.hendrickx@ua.ac.be>
List: tech-pkg
Date: 02/21/2005 16:29:21
Hi,
I have installed fvwm-devel (2.5.12), and now I want to install
fvwm2-themes, which depends on fvwm2. But it won't accept fvwm-devel as a
dependency:
# ls -d /var/db/pkg/fvwm*
/var/db/pkg/fvwm-devel-2.5.12nb1
# pwd
/usr/pkgsrc/wm/fvwm2-themes
# make install-depends
===> Required package fvwm2>=2.4.8: NOT found
===> Verifying reinstall for ../../wm/fvwm2
How should I deal with this?
Can I modify the Makefile so that it looks for either fvwm2 or fvwm-devel?
(and install the more stable fvwm2 when neither is found?)
GH