diff options
author | wiz <wiz> | 2002-01-10 23:13:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-01-10 23:13:54 +0000 |
commit | 772af97f87e0fa0363eea3a8d6e2cb98529925d9 (patch) | |
tree | d934c054fc06208a326a34260f3523a837baa874 /textproc/unroff | |
parent | 31c443a4b4f2404cb3137c7a945afc85efecbaa8 (diff) | |
download | pkgsrc-772af97f87e0fa0363eea3a8d6e2cb98529925d9.tar.gz |
Wildcard elk dependency.
Diffstat (limited to 'textproc/unroff')
-rw-r--r-- | textproc/unroff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile index 8cdef112e31..1dcff51f5cc 100644 --- a/textproc/unroff/Makefile +++ b/textproc/unroff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/05/19 03:56:40 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2002/01/10 23:13:54 wiz Exp $ # FreeBSD Id: Makefile,v 1.6 1997/04/27 00:11:48 asami Exp # @@ -13,7 +13,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www-rn.informatik.uni-bremen.de/software/unroff/ COMMENT= Programmable troff translator with backend for HTML -DEPENDS= elk-3.0.2:../../lang/elk +DEPENDS= elk>=3.0.2:../../lang/elk EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= unroff |