diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-03-22 17:00:20 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-03-22 17:00:20 +0000 |
commit | bb790b9fd772719ab00c7fc5fbd7586855a055c4 (patch) | |
tree | ba42e4e19e6a7fd3e65d11ffab3381f59c81a2c8 /wm/fvwm2-themes | |
parent | a98261da0115025deea3b08c77b072d668b79dbf (diff) | |
download | pkgsrc-bb790b9fd772719ab00c7fc5fbd7586855a055c4.tar.gz |
Accept fvwm-devel too, that was reported to work sometime ago
on tech-pkg@.
Bump PKGREVISION.
Diffstat (limited to 'wm/fvwm2-themes')
-rw-r--r-- | wm/fvwm2-themes/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/fvwm2-themes/Makefile b/wm/fvwm2-themes/Makefile index 1c4af7f7f1a..d24d3f0d6b8 100644 --- a/wm/fvwm2-themes/Makefile +++ b/wm/fvwm2-themes/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2004/10/03 00:18:23 tv Exp $ +# $NetBSD: Makefile,v 1.9 2005/03/22 17:00:20 xtraeme Exp $ # DISTNAME= fvwm-themes-${THEM_VER} PKGNAME= ${DISTNAME:S/fvwm/&2/} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fvwm-themes/} EXTRACT_SUFX= .tar.bz2 @@ -14,7 +14,7 @@ MAINTAINER= gendalia@NetBSD.org HOMEPAGE= http://fvwm-themes.sourceforge.net/ COMMENT= Configuration framework for fvwm2 with samples -DEPENDS+= fvwm2>=2.4.8:../../wm/fvwm2 +DEPENDS+= {fvwm2,fvwm-devel}>=2.4.8:../../wm/fvwm2 THEM_VER= 0.6.2 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |