summaryrefslogtreecommitdiff
path: root/chat/silc-client
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-12-26 03:02:29 +0000
committerhubertf <hubertf>2001-12-26 03:02:29 +0000
commit2b1370ddae2017000b3f04a561b57671bb84798a (patch)
tree0645c7be7964b28b232497e3bf18e67f7f5814ac /chat/silc-client
parentb8ebdff2d51795939b092ad56ef4d4bfcacdc8b3 (diff)
downloadpkgsrc-2b1370ddae2017000b3f04a561b57671bb84798a.tar.gz
use buildlink dir for ncurses
Diffstat (limited to 'chat/silc-client')
-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}; \