From 53c131822a808fa9e688e40d34a8ddbbd8994a4a Mon Sep 17 00:00:00 2001 From: zuntum Date: Sun, 13 Feb 2005 22:38:53 +0000 Subject: Apply fixes from pkg/29230 by Georg Schwarz 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 --- chat/eggdrop/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chat') 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: -- cgit v1.2.3