diff options
-rw-r--r-- | print/ggv/Makefile | 2 | ||||
-rw-r--r-- | print/ghostview/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile index f9af25704ca8..b78782ff4385 100644 --- a/print/ggv/Makefile +++ b/print/ggv/Makefile @@ -16,6 +16,8 @@ MAINTAINER= gnome@FreeBSD.org RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu +FORBIDDEN= "Security vulnerability, see bugtraq id 5808" + USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOMENG= yes diff --git a/print/ghostview/Makefile b/print/ghostview/Makefile index 5379462f54d3..1153e11317bb 100644 --- a/print/ghostview/Makefile +++ b/print/ghostview/Makefile @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= ghostview MAINTAINER= ports@FreeBSD.org +FORBIDDEN= "Security vulnerability, see bugtraq id 5808" + USE_IMAKE= yes MAN1= ghostview.1 |