diff options
author | rh <rh> | 1999-12-08 14:14:13 +0000 |
---|---|---|
committer | rh <rh> | 1999-12-08 14:14:13 +0000 |
commit | 3e95b0c67e1e82f41e0bd4d97145d25ab0f666f5 (patch) | |
tree | 9e8421b5f357b6f633a2395b50926d8efeb7935d /textproc/unroff | |
parent | 2c348785124073b291554eeb2b15db729e2cb9f7 (diff) | |
download | pkgsrc-3e95b0c67e1e82f41e0bd4d97145d25ab0f666f5.tar.gz |
Back out previous commit. This was not supposed to make it into the tree.
Seems like all this defuzzing got me a little dizzy ;-)
Diffstat (limited to 'textproc/unroff')
-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 |