summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-12-26 03:02:29 +0000
committerhubertf <hubertf@pkgsrc.org>2001-12-26 03:02:29 +0000
commit93a26d999c8bf373545281a0db35215a63d33fa5 (patch)
tree0645c7be7964b28b232497e3bf18e67f7f5814ac /chat
parent5ba959ffa67f1f3a67df043d7c712a4b0561bf28 (diff)
downloadpkgsrc-93a26d999c8bf373545281a0db35215a63d33fa5.tar.gz
use buildlink dir for ncurses
Diffstat (limited to 'chat')
-rw-r--r--chat/silc-client/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/silc-client/Makefile b/chat/silc-client/Makefile
index f776eac0c96..4bc8500a90b 100644
--- a/chat/silc-client/Makefile
+++ b/chat/silc-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/12/21 20:48:29 hubertf Exp $
+# $NetBSD: Makefile,v 1.4 2001/12/26 03:02:29 hubertf Exp $
DISTNAME= silc-client-0.7.1
CATEGORIES= chat
@@ -30,7 +30,7 @@ CONFIGURE_ARGS+= --with-helpdir=${PREFIX}/share/silc/help \
--with-docdir=${PREFIX}/share/doc/silc \
--with-etcdir=${PKG_SYSCONFBASE}/${PKG_SYSCONFSUBDIR}
-CONFIGURE_ARGS+= --with-ncurses=${LOCALBASE}
+CONFIGURE_ARGS+= --with-ncurses=${BUILDLINK_DIR}
post-configure:
cd ${WRKSRC}; \