diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-04 14:50:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-04 14:50:32 +0000 |
commit | ef5ff7ca4ab5caf52a51abe0adb0694691aee6c7 (patch) | |
tree | 14703abfd92e56644b6d7c0eeb97eef0d1aa3a04 /mail/teapop/Makefile | |
parent | dd099cc6f310c3c8700f37d1a2d5a152884fa13b (diff) | |
download | pkgsrc-ef5ff7ca4ab5caf52a51abe0adb0694691aee6c7.tar.gz |
Link against libwrap to build link. Include tcp_wrappers/bl3 so we always have
libwrap available.
Diffstat (limited to 'mail/teapop/Makefile')
-rw-r--r-- | mail/teapop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile index 668c3d8e141..4ce7aba02c3 100644 --- a/mail/teapop/Makefile +++ b/mail/teapop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/11/25 20:49:30 xtraeme Exp $ +# $NetBSD: Makefile,v 1.21 2004/12/04 14:50:32 wiz Exp $ DISTNAME= teapop-0.3.8 PKGREVISION= 1 @@ -29,4 +29,5 @@ post-install: ${INSTALL_DATA_DIR} ${EGDIR} ${INSTALL_DATA} ${WRKSRC}/etc/teapop.passwd ${EGDIR} +.include "../../security/tcp_wrappers/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |