diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-15 00:58:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-15 00:58:48 +0000 |
commit | abd535aad18f16c40cc1d39eac96027dbf486914 (patch) | |
tree | adf67d0dd0419fdbd50cc3360c2ed1a8608ace05 /chat | |
parent | 9a002798a13ac76532de5e3c79c0289210725990 (diff) | |
download | pkgsrc-abd535aad18f16c40cc1d39eac96027dbf486914.tar.gz |
Remove completely superfluous USE_NCURSES line that snuck back in
during an update (v1.26).
Diffstat (limited to 'chat')
-rw-r--r-- | chat/centericq/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/centericq/Makefile b/chat/centericq/Makefile index a69623240f4..c09c37acd31 100644 --- a/chat/centericq/Makefile +++ b/chat/centericq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2004/03/29 07:45:27 xtraeme Exp $ +# $NetBSD: Makefile,v 1.37 2004/04/15 00:58:48 wiz Exp $ # DISTNAME= centericq-4.9.9 @@ -15,7 +15,6 @@ USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes USE_GCC_SHLIB= yes USE_GNU_TOOLS+= make -USE_NCURSES= yes USE_LANGUAGES= c c++ GNU_CONFIGURE= yes |