summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-12-19 02:56:19 +0000
committergrant <grant@pkgsrc.org>2004-12-19 02:56:19 +0000
commit6c5feedfcf0c1d4fbbf77cd20fffcf3f7f857627 (patch)
treeda32af6d66e6ea5e23bd81895a458ca149ed14c7 /misc
parent830d7cd76eff7bf7fb5acda73baebc5d09adc9d0 (diff)
downloadpkgsrc-6c5feedfcf0c1d4fbbf77cd20fffcf3f7f857627.tar.gz
drop unnecessary dependency on pcre. confirmed that the posix regex
library is acceptable on irix 5.3 by Georg Schwarz in PR pkg/28640. bump PKGREVISION for dependency change.
Diffstat (limited to 'misc')
-rw-r--r--misc/ja-less/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/ja-less/Makefile b/misc/ja-less/Makefile
index e7400fa4066..7109a5e4bf6 100644
--- a/misc/ja-less/Makefile
+++ b/misc/ja-less/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2004/12/12 23:33:29 recht Exp $
+# $NetBSD: Makefile,v 1.4 2004/12/19 02:56:19 grant Exp $
# FreeBSD Id: Makefile,v 1.13 1998/07/17 20:36:13 steve Exp
#
DISTNAME= less-358
PKGNAME= ja-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= japanese misc
MASTER_SITES= ${MASTER_SITE_GNU:=less/}
@@ -18,5 +19,4 @@ COMMENT= Less + zcat + ISO-2022 - a pager similar to more and pg
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
-.include "../../devel/pcre/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"