summaryrefslogtreecommitdiff
path: root/devel/patch
diff options
context:
space:
mode:
Diffstat (limited to 'devel/patch')
-rw-r--r--devel/patch/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/patch/Makefile b/devel/patch/Makefile
index 1dacc0cf27b..e23d98440f2 100644
--- a/devel/patch/Makefile
+++ b/devel/patch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/05/18 11:58:05 recht Exp $
+# $NetBSD: Makefile,v 1.20 2004/05/19 01:27:03 jschauma Exp $
#
DISTNAME= patch-2.5.4
@@ -16,6 +16,10 @@ GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
+# This is the package that provides gpatch! So don't create a
+# circular dependency.
+_OPSYS_GPATCH_REQD= NO
+
.if defined(GNU_PROGRAM_PREFIX)
CONFIGURE_ARGS+= --program-prefix=${GNU_PROGRAM_PREFIX}
.endif