diff options
author | Cy Schubert <cy@FreeBSD.org> | 2011-10-26 05:02:04 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2011-10-26 05:02:04 +0000 |
commit | 36f6ec53cad3b2e104a4a18707557472d0d0d887 (patch) | |
tree | 0ba5bbac5280998f42b0dd52b99e211e03134e37 /x11-themes | |
parent | - Update to 0.0.7.29 (diff) |
Depend on x11-wm/fvwm2 instead of x11-wm/fvwm2-devel, which has been deleted
because it is no longer supported by fvwm.org.
Notes
Notes:
svn path=/head/; revision=284339
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/fvwm-themes/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/fvwm-themes/Makefile b/x11-themes/fvwm-themes/Makefile index 7266bc3f57ca..df60c219da2b 100644 --- a/x11-themes/fvwm-themes/Makefile +++ b/x11-themes/fvwm-themes/Makefile @@ -7,7 +7,7 @@ PORTNAME= fvwm-themes PORTVERSION= 0.7.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-themes MASTER_SITES= SF DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -17,8 +17,8 @@ MAINTAINER= ports@brandon.dvalentine.com COMMENT= Themes for the Fvwm2 window manager BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - fvwm2:${PORTSDIR}/x11-wm/fvwm2-devel -RUN_DEPENDS= fvwm2:${PORTSDIR}/x11-wm/fvwm2-devel + fvwm2:${PORTSDIR}/x11-wm/fvwm2 +RUN_DEPENDS= fvwm2:${PORTSDIR}/x11-wm/fvwm2 USE_BZIP2= yes USE_XORG= xpm |