summaryrefslogtreecommitdiff
path: root/net/sacc/Makefile
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2018-09-29 20:06:09 +0000
committerwiedi <wiedi@pkgsrc.org>2018-09-29 20:06:09 +0000
commit28d7af00e5fdd98536d21c8cda9e7ea2c1c1092b (patch)
tree02b04842e4229e4479e9f2c0453d7da772fc6bd6 /net/sacc/Makefile
parent6deb5b5af019d75130da1a8e99d63af2b0911477 (diff)
downloadpkgsrc-28d7af00e5fdd98536d21c8cda9e7ea2c1c1092b.tar.gz
sacc: use c99 and link network libs to fix SunOS
Diffstat (limited to 'net/sacc/Makefile')
-rw-r--r--net/sacc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/sacc/Makefile b/net/sacc/Makefile
index 089f3c4ba47..8e96a7325a6 100644
--- a/net/sacc/Makefile
+++ b/net/sacc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/02/28 16:32:56 leot Exp $
+# $NetBSD: Makefile,v 1.3 2018/09/29 20:06:09 wiedi Exp $
DISTNAME= sacc-v1.00
PKGNAME= ${DISTNAME:S/-v/-/}
@@ -10,6 +10,8 @@ MAINTAINER= leot@NetBSD.org
HOMEPAGE= gopher://bitreich.org/1/scm/sacc
COMMENT= Console gopher client
LICENSE= isc
+USE_LANGUAGES= c99
+LDFLAGS.SunOS+= -lsocket -lnsl
MAKE_FLAGS+= PREFIX="${PREFIX}"
MAKE_FLAGS+= MANDIR="${PREFIX}/${PKGMANDIR}/man1"