summaryrefslogtreecommitdiff
path: root/chat/eggdrop/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2005-03-04 21:05:04 +0000
committeradrianp <adrianp@pkgsrc.org>2005-03-04 21:05:04 +0000
commita93558e11adfbf31298bacaa1c8199685fab4007 (patch)
tree65be90d10d9b125e6cde9bc33f45ef718629a5e9 /chat/eggdrop/Makefile
parent69c509bf6b4c9ad59f8e384468756e898c03251a (diff)
downloadpkgsrc-a93558e11adfbf31298bacaa1c8199685fab4007.tar.gz
- Sort PLIST to make pkglint happy
- Move USE_INET6 BUILD_DEFS as pointed out by Georg Schwarz on tech-pkg@
Diffstat (limited to 'chat/eggdrop/Makefile')
-rw-r--r--chat/eggdrop/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/eggdrop/Makefile b/chat/eggdrop/Makefile
index 549dec4e12f..f0b329b275e 100644
--- a/chat/eggdrop/Makefile
+++ b/chat/eggdrop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/02/13 22:38:53 zuntum Exp $
+# $NetBSD: Makefile,v 1.18 2005/03/04 21:05:04 adrianp Exp $
DISTNAME= eggdrop1.6.17
PKGNAME= eggdrop-1.6.17
@@ -13,13 +13,13 @@ COMMENT= IRC robot with TCL scripting and multi-channel ability
USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
+BUILD_DEFS+= USE_INET6
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ENV+= TCLLIB="${PREFIX}/lib" TCLINC="${PREFIX}/include"
.include "../../mk/bsd.prefs.mk"
.if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss])
-BUILD_DEFS+= USE_INET6
CONFIGURE_ARGS+= --enable-ipv6
PLIST_SUBST+= NOIPV6="@comment "
.else