diff options
author | wiz <wiz> | 2005-10-07 18:38:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-10-07 18:38:25 +0000 |
commit | 9484974a7d85369e2a0df59af8c758943ee82d3f (patch) | |
tree | 89b26461ad6f385df8d116bc4f4f23036498c6f6 /chat/naim | |
parent | 64638b4c5616db19cfb11c6e6be1a8aa35e161db (diff) | |
download | pkgsrc-9484974a7d85369e2a0df59af8c758943ee82d3f.tar.gz |
Remove now unnecessary --mandir configure flag.
Diffstat (limited to 'chat/naim')
-rw-r--r-- | chat/naim/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chat/naim/Makefile b/chat/naim/Makefile index 0a040ee78c8..b721a252ff1 100644 --- a/chat/naim/Makefile +++ b/chat/naim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2005/04/28 13:36:02 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2005/10/07 18:38:25 wiz Exp $ DISTNAME= naim-0.11.7.3.1 CATEGORIES= chat @@ -12,8 +12,6 @@ COMMENT= Ncurses-based AIM, ICQ, IRC, and Lily client GNU_CONFIGURE= yes USE_LIBTOOL= yes -CONFIGURE_ARGS+= --mandir=${PREFIX}/man - USE_NCURSES= # compiles fine, but terminates on startup with: # assertion "strlen(h->addch.buf) == h->addch.len" failed: # file "hwprintf.c", line 41, function "h_zero" |