diff options
author | jschauma <jschauma@pkgsrc.org> | 2004-05-19 03:26:09 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2004-05-19 03:26:09 +0000 |
commit | 5419c918f3deea96236d5d68c0c606c254af242f (patch) | |
tree | e5dfe588f0275fad9c0b8f9b80411bfa605dff8b /devel/patch | |
parent | 7384d31eb19a14b999c4003aede703a11b55209f (diff) | |
download | pkgsrc-5419c918f3deea96236d5d68c0c606c254af242f.tar.gz |
Follow Grant's advice: use _OPSYS_GPATCH_REQD to influence _NEED_PATCH
and let tools.mk take care of the rest.
Diffstat (limited to 'devel/patch')
-rw-r--r-- | devel/patch/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/patch/Makefile b/devel/patch/Makefile index e23d98440f2..43938c7db34 100644 --- a/devel/patch/Makefile +++ b/devel/patch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/05/19 01:27:03 jschauma Exp $ +# $NetBSD: Makefile,v 1.21 2004/05/19 03:26:09 jschauma Exp $ # DISTNAME= patch-2.5.4 @@ -16,10 +16,6 @@ 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 |