summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2013-02-18 20:13:56 +0000
committerdholland <dholland@pkgsrc.org>2013-02-18 20:13:56 +0000
commitc636f1c9990932c7b1e259df30935b386471e3da (patch)
treee2f4ba875f8a2b4b028e9bf3cc9e8dd48414985b
parent69a78367b49380c07ab4f95cb8ebf6db1e9e76f5 (diff)
downloadpkgsrc-c636f1c9990932c7b1e259df30935b386471e3da.tar.gz
Use BUILDLINK_PREFIX.kth-krb4 to get krb4 includes, not /usr.
-rw-r--r--chat/tzc/Makefile5
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"