summaryrefslogtreecommitdiff
path: root/mail/cucipop
diff options
context:
space:
mode:
Diffstat (limited to 'mail/cucipop')
-rw-r--r--mail/cucipop/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/cucipop/Makefile b/mail/cucipop/Makefile
index 6b887fa7a8a..fef12eb76ee 100644
--- a/mail/cucipop/Makefile
+++ b/mail/cucipop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/02/23 02:13:17 itojun Exp $
+# $NetBSD: Makefile,v 1.7 2002/08/21 07:20:14 grant Exp $
#
DISTNAME= cucipop-1.31
@@ -23,6 +23,10 @@ BUILD_DEFS+= USE_INET6
MAKE_ENV+= CFLAGS_INET6=-DINET6
.endif
+.if ${OPSYS} == "SunOS"
+LDFLAGS+= -lnsl -lsocket
+.endif
+
post-patch:
@(cd ${WRKSRC}; \
for f in config.h cucipop.8 makevpopdb.8; do \