summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2013-10-29 10:54:38 +0000
committerjperkin <jperkin@pkgsrc.org>2013-10-29 10:54:38 +0000
commit75e71771d6f7d6653ce6aed54c75a9828c1e8124 (patch)
treecb0ef22e52fe8715f1775951cb1de9c24af5862e /net
parent440a536dddfcef8b4d2850e0a89cd05b94f50400 (diff)
downloadpkgsrc-75e71771d6f7d6653ce6aed54c75a9828c1e8124.tar.gz
USE_LANGUAGES=c99, fixes build on SunOS.
Diffstat (limited to 'net')
-rw-r--r--net/zsync/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/zsync/Makefile b/net/zsync/Makefile
index 68e39682fbb..51aa23184c8 100644
--- a/net/zsync/Makefile
+++ b/net/zsync/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/10/23 17:19:22 asau Exp $
+# $NetBSD: Makefile,v 1.3 2013/10/29 10:54:38 jperkin Exp $
DISTNAME= zsync-0.6.2
CATEGORIES= net
@@ -11,5 +11,6 @@ COMMENT= Optimising file distribution program, a 1-to-many rsync
LICENSE= artistic-2.0
GNU_CONFIGURE= yes
+USE_LANGUAGES= c99
.include "../../mk/bsd.pkg.mk"