diff options
author | cy <cy@FreeBSD.org> | 2011-10-26 13:02:04 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2011-10-26 13:02:04 +0800 |
commit | 336d0d9fee68b563db825f95658065540ee0be8a (patch) | |
tree | dc545aed267251b045984b1b39f19086777562c6 /x11-themes | |
parent | 081b46a77ef9b730671b2a64ab5f3931baea8065 (diff) | |
download | freebsd-ports-gnome-336d0d9fee68b563db825f95658065540ee0be8a.tar.gz freebsd-ports-gnome-336d0d9fee68b563db825f95658065540ee0be8a.tar.zst freebsd-ports-gnome-336d0d9fee68b563db825f95658065540ee0be8a.zip |
Depend on x11-wm/fvwm2 instead of x11-wm/fvwm2-devel, which has been deleted
because it is no longer supported by fvwm.org.
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 |