diff options
author | salo <salo@pkgsrc.org> | 2004-06-06 12:21:16 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-06-06 12:21:16 +0000 |
commit | 896a8f12eeff0679abf99871996e3e8b30ac152b (patch) | |
tree | febe5e003ed548a32a2d44957544c76b98b02274 /chat | |
parent | 3bcdd2d4fe27e2e54ae493bfb6092cc7361ce415 (diff) | |
download | pkgsrc-896a8f12eeff0679abf99871996e3e8b30ac152b.tar.gz |
Doesn't really need glib these days anymore.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/silc-server/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chat/silc-server/Makefile b/chat/silc-server/Makefile index 35e39d3ecd9..9f70650ec38 100644 --- a/chat/silc-server/Makefile +++ b/chat/silc-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2004/06/06 11:47:30 salo Exp $ +# $NetBSD: Makefile,v 1.34 2004/06/06 12:21:16 salo Exp $ # DISTNAME= silc-server-0.9.18 @@ -85,6 +85,4 @@ post-install: @${SED} ${FILES_SUBST_SED} ${FILESDIR}/motd.txt \ > ${EGDIR}/motd.txt.default -.include "../../devel/glib/buildlink3.mk" - .include "../../mk/bsd.pkg.mk" |