diff options
author | cy <cy@FreeBSD.org> | 2011-04-17 12:56:06 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2011-04-17 12:56:06 +0800 |
commit | 8adbafa8e67f5abf262e67a29388153ba0537d7f (patch) | |
tree | 2d3d3b10b0628ce028786ae6a284db89778da215 | |
parent | 49be0ff7860bddcae0bcbb10a13b8456ce584f1c (diff) | |
download | freebsd-ports-gnome-8adbafa8e67f5abf262e67a29388153ba0537d7f.tar.gz freebsd-ports-gnome-8adbafa8e67f5abf262e67a29388153ba0537d7f.tar.zst freebsd-ports-gnome-8adbafa8e67f5abf262e67a29388153ba0537d7f.zip |
Mark FVWM 2.4 deprecated. It is no longer supported by fvwm.org. We will
keep it here for those who still need fvwm-2.4.20 however our support for it
is limited.
-rw-r--r-- | x11-wm/fvwm24/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/fvwm24/Makefile b/x11-wm/fvwm24/Makefile index 45860728bd9c..822af2017276 100644 --- a/x11-wm/fvwm24/Makefile +++ b/x11-wm/fvwm24/Makefile @@ -18,6 +18,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= cy@FreeBSD.org COMMENT= Popular virtual window manager for X +DEPRECATED= No longer supported by fvwm.org. + RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 .if defined(WITH_STROKE) |