diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-01 13:42:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-01 13:42:09 +0000 |
commit | a713d5940223252f0e4bace349fd996fbd8e8740 (patch) | |
tree | 69e35e5b07d7381039099c98d2a0d3f32a6f8990 /net/arla | |
parent | ef733e1582da948771c64aeda32d1f31fd217d9a (diff) | |
download | pkgsrc-a713d5940223252f0e4bace349fd996fbd8e8740.tar.gz |
"Blind" conversion to bl3 -- does not compile on 1.6.x nor 2.0_BETA with
bl2 anyway.
Diffstat (limited to 'net/arla')
-rw-r--r-- | net/arla/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index c250f40aedc..734e5d398fb 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2003/08/30 22:51:23 jlam Exp $ +# $NetBSD: Makefile,v 1.38 2004/07/01 13:42:09 wiz Exp $ DISTNAME= arla-0.35.12 #PKGREVISION= @@ -15,7 +15,7 @@ CONFLICTS+= rx-[0-9]* OSVERSION_SPECIFIC= yes INFO_FILES= arla.info -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_X11= yes GNU_CONFIGURE= yes @@ -29,7 +29,7 @@ CONFIGURE_ARGS+= --with-krb4-include=/usr/include/kerberosIV CONFIGURE_ARGS+= --with-roken=/usr CONFIGURE_ARGS+= --with-roken-include=/usr/include/krb5 .else -. include "../../security/kth-krb4/buildlink2.mk" +. include "../../security/kth-krb4/buildlink3.mk" CONFIGURE_ARGS+= --with-krb4-lib=${BUILDLINK_PREFIX.kth-krb4} CONFIGURE_ARGS+= --with-krb4-include=${BUILDLINK_PREFIX.kth-krb4}/include CONFIGURE_ARGS+= --with-roken=${BUILDLINK_PREFIX.kth-krb4} |