diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 16:08:55 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 16:08:55 +0000 |
commit | de6330fe0734f0e327d5af986538913ab0c6fa7e (patch) | |
tree | 95858b4285da7e71f32f2643c60ec44eaa61f5b6 /chat | |
parent | 6a122e80140c6e0bf975b14b8f48a392d44e4a38 (diff) | |
download | pkgsrc-de6330fe0734f0e327d5af986538913ab0c6fa7e.tar.gz |
Set USE_BUILDLINK3 to YES, don't define it.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/ircd-hybrid/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/ircd-hybrid/Makefile b/chat/ircd-hybrid/Makefile index 326bd378067..50e501cb719 100644 --- a/chat/ircd-hybrid/Makefile +++ b/chat/ircd-hybrid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/04/11 05:51:24 snj Exp $ +# $NetBSD: Makefile,v 1.11 2004/04/11 16:08:55 snj Exp $ # DISTNAME= ircd-hybrid-6.2 @@ -13,7 +13,7 @@ COMMENT= IRC server with many options GNU_CONFIGURE= YES -USE_BUILDLINK3= # defined +USE_BUILDLINK3= YES USE_PKGINSTALL= YES PKG_SYSCONFSUBDIR= ircd-hybrid |