aboutsummaryrefslogtreecommitdiff
path: root/security/krb5-113
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2017-02-04 01:37:17 +0000
committerCy Schubert <cy@FreeBSD.org>2017-02-04 01:37:17 +0000
commit3eba69a64bfdffd454b56c2e73a7e698d5d2351a (patch)
tree4eacc88cf00272d12cdb15850b20282328910c23 /security/krb5-113
parentaaf4db42d539341582fa77e10e7adabc1462e955 (diff)
downloadports-3eba69a64bfdffd454b56c2e73a7e698d5d2351a.tar.gz
ports-3eba69a64bfdffd454b56c2e73a7e698d5d2351a.zip
pkgconfig is only needed at install/runtime.
Reported by: des
Notes
Notes: svn path=/head/; revision=433276
Diffstat (limited to 'security/krb5-113')
-rw-r--r--security/krb5-113/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/krb5-113/Makefile b/security/krb5-113/Makefile
index 34fdb2ab281b..34b30ae2ad05 100644
--- a/security/krb5-113/Makefile
+++ b/security/krb5-113/Makefile
@@ -3,6 +3,7 @@
PORTNAME= krb5
PORTVERSION= 1.13.7
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/
.if !defined(MASTERDIR)
@@ -28,7 +29,7 @@ USE_LDCONFIG= yes
USE_CSTD= gnu99
GNU_CONFIGURE= yes
USES= cpe gettext gmake perl5 libtool:build \
- gssapi:bootstrap,mit pkgconfig:both ssl
+ gssapi:bootstrap,mit pkgconfig:run ssl
CONFIGURE_ARGS?= --enable-shared --without-system-verto \
--disable-rpath --localstatedir="${PREFIX}/var"
CONFIGURE_ENV= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}"