diff options
author | zuntum <zuntum@pkgsrc.org> | 2005-02-13 22:38:53 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2005-02-13 22:38:53 +0000 |
commit | 53c131822a808fa9e688e40d34a8ddbbd8994a4a (patch) | |
tree | a81700196fa25fe20c0e068b801e9e991cb08734 /chat/eggdrop/Makefile | |
parent | 583bb45a7239049e94d5b4afb7a7f8fccf067b9a (diff) | |
download | pkgsrc-53c131822a808fa9e688e40d34a8ddbbd8994a4a.tar.gz |
Apply fixes from pkg/29230 by Georg Schwarz <georg.schwarz@freenet.de>
fixing the following issues:
- chat/eggdrop builds without zlib support on systems without
native zlib support.
- chat/eggdrop compiles without modules on platforms where it
does not explicitly know to support them, missing a few items for PLIST
Diffstat (limited to 'chat/eggdrop/Makefile')
-rw-r--r-- | chat/eggdrop/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/eggdrop/Makefile b/chat/eggdrop/Makefile index bfbe8a2a2e0..549dec4e12f 100644 --- a/chat/eggdrop/Makefile +++ b/chat/eggdrop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/12/03 15:14:52 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2005/02/13 22:38:53 zuntum Exp $ DISTNAME= eggdrop1.6.17 PKGNAME= eggdrop-1.6.17 @@ -65,12 +65,14 @@ do-install-program: botchk weed ${PREFIX}/share/eggdrop/scripts/ .include "../../lang/tcl/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" .if defined(NOPIC) BUILD_TARGET= static PLIST_SUBST+= NOPIC="@comment " .else +BUILD_TARGET= eggdrop PLIST_SUBST+= NOPIC= do-install: do-install-modules do-install-modules: |