diff options
author | grant <grant@pkgsrc.org> | 2004-01-05 11:16:31 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-05 11:16:31 +0000 |
commit | 71b0ab56cbd06b2a25bb729c82f650ad03b6bcc2 (patch) | |
tree | 43411022b97a8b4a23900e4c9bd00abffbae87b5 /chat | |
parent | 67cc24510fc5039d591afbb73b7e7de53edce7b9 (diff) | |
download | pkgsrc-71b0ab56cbd06b2a25bb729c82f650ad03b6bcc2.tar.gz |
remove a superfluous comment.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/ircII/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index cf168c893a7..23ac408b525 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2004/01/05 11:15:09 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2004/01/05 11:16:31 grant Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} @@ -50,7 +50,6 @@ CONFIGURE_ARGS+= --with-socks5=${BUILDLINK_PREFIX.socks5} CONFIGURE_ARGS+= ${IRCII_CONFIGURE_ARGS} CONFIGURE_ENV+= ${IRCII_CONFIGURE_ENV} -# Solaris LDFLAGS.SunOS+= -lsocket -lnsl pre-install: |