diff options
Diffstat (limited to 'mail/gld/Makefile')
-rw-r--r-- | mail/gld/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/gld/Makefile b/mail/gld/Makefile index c7f15d7f95c..6eefbcb5332 100644 --- a/mail/gld/Makefile +++ b/mail/gld/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/06/06 17:32:20 ghen Exp $ +# $NetBSD: Makefile,v 1.20 2006/07/10 20:32:59 sketch Exp $ # DISTNAME= gld-1.6 @@ -13,6 +13,8 @@ COMMENT= Standalone greylisting server for Postfix GNU_CONFIGURE= yes +LDFLAGS.SunOS+= -lsocket -lnsl -lresolv + EGDIR= ${PREFIX}/share/examples/${PKGBASE} CONF_FILES_PERMS= ${EGDIR}/gld.conf ${PKG_SYSCONFDIR}/gld.conf \ ${BINOWN} ${GLD_GROUP} 0640 |