summaryrefslogtreecommitdiff
path: root/devel/cscope
diff options
context:
space:
mode:
authorheinz <heinz>2004-01-03 00:54:18 +0000
committerheinz <heinz>2004-01-03 00:54:18 +0000
commit3855c120c5a067579758537f9e4e16b49c2d2458 (patch)
treea83fdddf6a44a79ac61ba3d1f4b3f91f4e59b3ba /devel/cscope
parent17a51a7edb0f746d7ed911c4e9f7b219775541a9 (diff)
downloadpkgsrc-3855c120c5a067579758537f9e4e16b49c2d2458.tar.gz
Correct dependency on flex
Diffstat (limited to 'devel/cscope')
-rw-r--r--devel/cscope/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cscope/Makefile b/devel/cscope/Makefile
index 917b2c6306e..b5a7ea6ca0f 100644
--- a/devel/cscope/Makefile
+++ b/devel/cscope/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2003/09/28 09:13:56 jlam Exp $
+# $NetBSD: Makefile,v 1.30 2004/01/03 00:54:18 heinz Exp $
#
DISTNAME= cscope-15.4
@@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --with-flex
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
-BUILD_DEPENDS+= flex-*:../../devel/flex
+BUILD_DEPENDS+= flex-[0-9]*:../../devel/flex
LEX= ${LOCALBASE}/bin/flex
.endif