diff options
author | dholland <dholland@pkgsrc.org> | 2013-02-18 20:13:56 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-02-18 20:13:56 +0000 |
commit | c636f1c9990932c7b1e259df30935b386471e3da (patch) | |
tree | e2f4ba875f8a2b4b028e9bf3cc9e8dd48414985b /chat/tzc | |
parent | 69a78367b49380c07ab4f95cb8ebf6db1e9e76f5 (diff) | |
download | pkgsrc-c636f1c9990932c7b1e259df30935b386471e3da.tar.gz |
Use BUILDLINK_PREFIX.kth-krb4 to get krb4 includes, not /usr.
Diffstat (limited to 'chat/tzc')
-rw-r--r-- | chat/tzc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/tzc/Makefile b/chat/tzc/Makefile index fb13aee1d03..545f402667b 100644 --- a/chat/tzc/Makefile +++ b/chat/tzc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/10/03 00:02:46 asau Exp $ +# $NetBSD: Makefile,v 1.16 2013/02/18 20:13:56 dholland Exp $ # DISTNAME= tzc-2.6.15 @@ -10,7 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.cs.cmu.edu/People/dkindred/zephyr/zephyr.html COMMENT= Back-end program for zephyr-mode -CPPFLAGS+= -I/usr/include/kerberosIV -I/usr/include/krb5 +CPPFLAGS+= -I${BUILDLINK_PREFIX.kth-krb4}/include/kerberosIV +CPPFLAGS+= -I/usr/include/krb5 LDFLAGS+= -lroken -lcrypto -lcom_err .include "../../mk/bsd.prefs.mk" |