diff options
-rw-r--r-- | x11-wm/evilwm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/openbox/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/x11-wm/evilwm/Makefile b/x11-wm/evilwm/Makefile index 7f0c45945aa3..073b6e820616 100644 --- a/x11-wm/evilwm/Makefile +++ b/x11-wm/evilwm/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= trevor@FreeBSD.org COMMENT= Minimalist window manager based on 9wm +FORBIDDEN= "source code for this version has not been reviewed" + DOCDIR= share/doc/${PORTNAME} DOCS= ChangeLog README README.vdesk TODO MAN1= evilwm.1 diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index fe0c6fe0c767..8c52c8385752 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://icculus.org/openbox/releases/ MAINTAINER= trevor@FreeBSD.org COMMENT= Derived from, and similar to, Blackbox +FORBIDDEN= "source code for this version has not been reviewed" + LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/Xft RUN_DEPENDS= xsetbg:${PORTSDIR}/x11/xloadimage |