diff options
author | jschauma <jschauma> | 2005-01-18 04:00:18 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2005-01-18 04:00:18 +0000 |
commit | 6063c66ad8aed281b7dbe3090df55399d2034a3c (patch) | |
tree | b4a6a90ec52f1005b2f24aea45e208c9126ef610 /mail | |
parent | 0844e1cb4fe5e339355e272fc8db0bc0032ed852 (diff) | |
download | pkgsrc-6063c66ad8aed281b7dbe3090df55399d2034a3c.tar.gz |
Since PR pkg/28628 was fixed, we can remove the CFLAGS vfork gunk.
This closes PR pkg/28615.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pine/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile index fded6a79f31..50fd5997ea9 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.98 2004/12/18 16:21:28 grant Exp $ +# $NetBSD: Makefile,v 1.99 2005/01/18 04:00:18 jschauma Exp $ DISTNAME= pine4.61 PKGNAME= pine-4.61 @@ -36,7 +36,6 @@ LIBS+= -lcurses BUILDNAME= sg6 . else BUILDNAME= sgi -CFLAGS+= -Dvfork=fork . endif BUILDFILE= sgi .else |