summaryrefslogtreecommitdiff
path: root/devel/cvs/files/patch-cvs__Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-04-15 17:08:01 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-04-15 17:08:01 +0000
commitd2d8918ccfe1e4893a591647a9fb28bfb636b464 (patch)
tree2c46874303bc8981f0ba0769bc20c617b44c7f84 /devel/cvs/files/patch-cvs__Makefile
parent- Add CPE info (diff)
- Install INFO docs again as they're more complete [1]
- Drop BROKEN: builds fine on 8.4R i386/amd64 - Checking "no" value is only required for MK_ variables - Convert to option helpers - Clarify LICENSE allows any later version PR: 191548 [1]
Diffstat (limited to 'devel/cvs/files/patch-cvs__Makefile')
-rw-r--r--devel/cvs/files/patch-cvs__Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cvs/files/patch-cvs__Makefile b/devel/cvs/files/patch-cvs__Makefile
index 3f0b82e696dd..490b16745d09 100644
--- a/devel/cvs/files/patch-cvs__Makefile
+++ b/devel/cvs/files/patch-cvs__Makefile
@@ -5,7 +5,7 @@
LDADD= ${LIBCVS} ${LIBDIFF} -lgnuregex -lmd -lcrypt -lz
-.if ${MK_KERBEROS_SUPPORT} != "no"
-+.if ${KERBEROS_SUPPORT} != "no"
++.if defined(KERBEROS_SUPPORT)
CFLAGS+= -DHAVE_GSSAPI -DENCRYPTION
LDADD+= -lgssapi -lkrb5 -lhx509 -lasn1 -lcrypto -lroken -lcrypt -lcom_err
DPADD+= ${LIBGSSAPI} ${LIBKRB5} ${LIBHX509} ${LIBASN1} ${LIBCRYPTO} ${LIBROKEN}