diff options
author | is <is@pkgsrc.org> | 2003-02-18 16:13:03 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2003-02-18 16:13:03 +0000 |
commit | 512ae1e8885bb2e59ce8001d426b0d682efbf51c (patch) | |
tree | 37514410360f8fefee246447a566e3f17dc2f2ca /mail | |
parent | 9c743a957653174aa523e447561399bb3d0c76f4 (diff) | |
download | pkgsrc-512ae1e8885bb2e59ce8001d426b0d682efbf51c.tar.gz |
Make this link on Solaris.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mini_sendmail/Makefile.common | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/mini_sendmail/Makefile.common b/mail/mini_sendmail/Makefile.common index 50faea54d3f..c2eadb51927 100644 --- a/mail/mini_sendmail/Makefile.common +++ b/mail/mini_sendmail/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2003/02/15 22:34:24 wiz Exp $ +# $NetBSD: Makefile.common,v 1.3 2003/02/18 16:13:03 is Exp $ # DISTNAME= mini_sendmail-1.3.2 CATEGORIES= mail @@ -10,6 +10,12 @@ COMMENT= accept email on behalf of the real sendmail without spooling FILESDIR= ${.CURDIR}/../mini_sendmail/files +.include "../../mk/bsd.prefs.mk" + +.if (${OPSYS} == SunOS) +MAKE_ENV+="SYSV_LIBS=-lsocket -lnsl" +.endif + post-build: ${SED} -e 's#@@PREFIX@@#${PREFIX}#g' \ <${FILESDIR}/mailer.conf >${WRKDIR}/mailer.conf.mini_sendmail |