diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/unroff/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile index 01ee9ac096f..92ddc540702 100644 --- a/textproc/unroff/Makefile +++ b/textproc/unroff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/12/08 14:11:33 rh Exp $ +# $NetBSD: Makefile,v 1.12 1999/12/08 14:14:13 rh Exp $ # FreeBSD Id: Makefile,v 1.6 1997/04/27 00:11:48 asami Exp # @@ -12,6 +12,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PATCH1} ${PATCH2} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www-rn.informatik.uni-bremen.de/software/unroff/ +DEPENDS= elk-3.0.2:../../lang/elk + EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= unroff |