diff options
author | jschauma <jschauma@pkgsrc.org> | 2005-01-18 04:00:18 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2005-01-18 04:00:18 +0000 |
commit | 9371fad6a4f7c44aafdc0b5cbe8a43909b4f8683 (patch) | |
tree | b4a6a90ec52f1005b2f24aea45e208c9126ef610 /mail/pine | |
parent | 57e4c986ec44d81af58fa07103ff609167785245 (diff) | |
download | pkgsrc-9371fad6a4f7c44aafdc0b5cbe8a43909b4f8683.tar.gz |
Since PR pkg/28628 was fixed, we can remove the CFLAGS vfork gunk.
This closes PR pkg/28615.
Diffstat (limited to 'mail/pine')
-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 |