diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-28 12:20:17 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-28 12:20:17 +0000 |
commit | ac2e4e8acd66d9d3695029460528f334450c9b21 (patch) | |
tree | b4e8264508a6de03adf29aaf4a5affca0b441d7e /misc | |
parent | ee2e5ab377731a895281b1a0a0344dece47a5301 (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gman/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/gman/Makefile b/misc/gman/Makefile index 37d0d26ce1f5..ae34d3faef8d 100644 --- a/misc/gman/Makefile +++ b/misc/gman/Makefile @@ -17,6 +17,9 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= A user-friendly graphical front end for the man system +DEPRECATED= Depends on expiring ghostview +EXPIRATION_DATE= 2014-07-31 + LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg RUN_DEPENDS= ghostview:${PORTSDIR}/print/ghostview \ man2html:${PORTSDIR}/textproc/man2html |