diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-25 18:40:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-25 18:40:23 +0000 |
commit | cea80e5c4308e64c5ae82b8fe4284549c67d5071 (patch) | |
tree | 667a4e234db87305ab09d7f6a6c8c1416d466e75 /net/yafc | |
parent | e8241d5cf2eb8378ebc2deff7bb5bec608d4992e (diff) | |
download | pkgsrc-cea80e5c4308e64c5ae82b8fe4284549c67d5071.tar.gz |
buildlink1 -> buildlink2. Use texinfo.mk so that deinstall and binary packages work.
Diffstat (limited to 'net/yafc')
-rw-r--r-- | net/yafc/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/net/yafc/Makefile b/net/yafc/Makefile index d3ccef79594..517ddb1df33 100644 --- a/net/yafc/Makefile +++ b/net/yafc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/06/25 02:12:40 markd Exp $ +# $NetBSD: Makefile,v 1.2 2002/10/25 18:40:23 wiz Exp $ DISTNAME= yafc-0.7.8 CATEGORIES= net @@ -11,16 +11,19 @@ COMMENT= Yet another FTP client GNU_CONFIGURE= yes USE_GNU_READLINE= yes -USE_BUILDLINK_ONLY= yes +USE_BUILDLINK2= yes + +CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline} +INFO_FILES= yafc.info .include "../../mk/bsd.prefs.mk" -CONFIGURE_ARGS+= --with-readline=${BUILDLINK_DIR} .if defined(KERBEROS) PKG_USE_KERBEROS= yes CONFIGURE_ARGS+= --with-krb5 --with-krb5-include=/usr/include/krb5 CPPFLAGS+= -I/usr/include/gssapi .endif -.include "../../devel/readline/buildlink.mk" +.include "../../devel/readline/buildlink2.mk" +.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |