diff options
author | jschauma <jschauma> | 2004-05-19 03:26:09 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2004-05-19 03:26:09 +0000 |
commit | ffbc29aa033343c8effccec4e640c10d18074da3 (patch) | |
tree | e5dfe588f0275fad9c0b8f9b80411bfa605dff8b /devel/patch | |
parent | 5d8a242f3ad6ae501df10f49a9b8a02e43bd0dac (diff) | |
download | pkgsrc-ffbc29aa033343c8effccec4e640c10d18074da3.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 |