summaryrefslogtreecommitdiff
path: root/mail/freepops/Makefile
diff options
context:
space:
mode:
authordholland <dholland>2012-06-23 22:07:50 +0000
committerdholland <dholland>2012-06-23 22:07:50 +0000
commite163c7a33dafd99c64316724a1dd05af58944918 (patch)
treefa818a3ddde43b40bbc5eec18e13ad68d90ba14e /mail/freepops/Makefile
parent2875643afce7cef88b10c8693785fc3acc9424f4 (diff)
downloadpkgsrc-e163c7a33dafd99c64316724a1dd05af58944918.tar.gz
Add -lsocket -lnsl on Solaris.
Diffstat (limited to 'mail/freepops/Makefile')
-rw-r--r--mail/freepops/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/freepops/Makefile b/mail/freepops/Makefile
index 71652dfa9c6..32f085951ba 100644
--- a/mail/freepops/Makefile
+++ b/mail/freepops/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2012/06/09 06:21:42 dholland Exp $
+# $NetBSD: Makefile,v 1.18 2012/06/23 22:07:50 dholland Exp $
#
DISTNAME= freepops-0.2.8
@@ -27,6 +27,7 @@ HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= configure.sh
CONFIGURE_ARGS= pkgsrc
LDFLAGS+= -lintl # directly link, req. by ld 2.22
+LIBS.SunOS+= -lsocket -lnsl
PKG_SYSCONFSUBDIR= freepops
EGDIR= ${PREFIX}/share/examples/${PKGBASE}