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 | 8f22f736360249dfc34b370b261bae83e9cf6d4d (patch) | |
tree | a81700196fa25fe20c0e068b801e9e991cb08734 /chat/eggdrop | |
parent | c2f2dfdc7dd115a68629650a8e35f8fb98cd227f (diff) | |
download | pkgsrc-8f22f736360249dfc34b370b261bae83e9cf6d4d.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')
-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: |