summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authordholland <dholland>2013-02-18 20:13:56 +0000
committerdholland <dholland>2013-02-18 20:13:56 +0000
commitb11a991943916a685b63cfdc27f52cc36b23424c (patch)
treee2f4ba875f8a2b4b028e9bf3cc9e8dd48414985b /chat
parent0aba65d68625f0956d20340290137937dca5fbd8 (diff)
downloadpkgsrc-b11a991943916a685b63cfdc27f52cc36b23424c.tar.gz
Use BUILDLINK_PREFIX.kth-krb4 to get krb4 includes, not /usr.
Diffstat (limited to 'chat')
-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"