diff options
author | rh <rh@pkgsrc.org> | 1999-12-08 14:14:13 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-12-08 14:14:13 +0000 |
commit | 1d688b208fe97e650c192198b444146c75dc93e8 (patch) | |
tree | 9e8421b5f357b6f633a2395b50926d8efeb7935d /textproc | |
parent | 9ecf20000657c23910653bb99014591fe14be9c8 (diff) | |
download | pkgsrc-1d688b208fe97e650c192198b444146c75dc93e8.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')
-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 |