summaryrefslogtreecommitdiff
path: root/net/yafc
diff options
context:
space:
mode:
authorsnj <snj>2004-04-25 06:58:43 +0000
committersnj <snj>2004-04-25 06:58:43 +0000
commit84d516b2fb70a9c7c37f0410b95462e0a897f01e (patch)
tree3f2ec27cec855a6431cd2ac0a66f486e2f234bfb /net/yafc
parent4e072f71c3495d73b67abc00164ba643c5cfbfed (diff)
downloadpkgsrc-84d516b2fb70a9c7c37f0410b95462e0a897f01e.tar.gz
Convert to buildlink3.
Diffstat (limited to 'net/yafc')
-rw-r--r--net/yafc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/yafc/Makefile b/net/yafc/Makefile
index 24c61fc4254..bcd353ce5bf 100644
--- a/net/yafc/Makefile
+++ b/net/yafc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/08/09 11:16:21 seb Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/25 07:38:20 snj Exp $
DISTNAME= yafc-0.7.10
CATEGORIES= net
@@ -11,7 +11,7 @@ COMMENT= Yet another FTP client
GNU_CONFIGURE= yes
USE_GNU_READLINE= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}
INFO_FILES= yafc.info
@@ -24,5 +24,5 @@ CONFIGURE_ARGS+= --with-krb5 --with-krb5-include=/usr/include/krb5
CPPFLAGS+= -I/usr/include/gssapi
.endif
-.include "../../devel/readline/buildlink2.mk"
+.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"