summaryrefslogtreecommitdiff
path: root/misc/screen/Makefile
diff options
context:
space:
mode:
authorspz <spz@pkgsrc.org>2010-01-01 19:38:44 +0000
committerspz <spz@pkgsrc.org>2010-01-01 19:38:44 +0000
commita1e7af1e84e896057b9be7f183db9dea5ea68c6a (patch)
tree01528524e7d6aaec64046ce3f13304fc8a281532 /misc/screen/Makefile
parentf4273eb2f9e1f6e264a8b48ce82a01022f7872c9 (diff)
downloadpkgsrc-a1e7af1e84e896057b9be7f183db9dea5ea68c6a.tar.gz
Fix build failure:
NetBSD-current added dwarf.h and that made the code assume that sys/stropts.h was present without greater need, since configure also checks for HAVE_SYS_STROPTS_H.
Diffstat (limited to 'misc/screen/Makefile')
-rw-r--r--misc/screen/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile
index 40b048af287..8677cf25871 100644
--- a/misc/screen/Makefile
+++ b/misc/screen/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.80 2009/10/30 12:02:46 tron Exp $
+# $NetBSD: Makefile,v 1.81 2010/01/01 19:38:44 spz Exp $
DISTNAME= screen-4.0.3
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= misc shells
MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
http://komquats.com/distfiles/ \