aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/heimdal-devel/Makefile3
-rw-r--r--security/heimdal/Makefile4
2 files changed, 2 insertions, 5 deletions
diff --git a/security/heimdal-devel/Makefile b/security/heimdal-devel/Makefile
index d5614bb91c30..2601bbe44002 100644
--- a/security/heimdal-devel/Makefile
+++ b/security/heimdal-devel/Makefile
@@ -1,5 +1,6 @@
PORTNAME= heimdal
PORTVERSION= ${HEIMDAL_COMMIT_DATE}
+PORTREVISION= 1
CATEGORIES= security
PKGNAMESUFFIX= -devel
HASH= 8f9c2d115
@@ -27,8 +28,6 @@ USE_LDCONFIG= ${GSSAPILIBDIR}
BUILD_DEPENDS= clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} \
p5-JSON>0:converters/p5-JSON
-LIB_DEPENDS= liblockfile.so:devel/liblockfile
-
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_header_fnmatch_h=yes \
ac_cv_header_db_h=no \
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index 139253bfba87..45301c01b888 100644
--- a/security/heimdal/Makefile
+++ b/security/heimdal/Makefile
@@ -1,6 +1,6 @@
PORTNAME= heimdal
PORTVERSION= 7.8.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= https://github.com/heimdal/heimdal/releases/download/${DISTNAME}/
@@ -22,8 +22,6 @@ USE_LDCONFIG= ${GSSAPILIBDIR}
# Else asm1_fails resulting in a command not found error.
BUILD_DEPENDS= clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT}
-LIB_DEPENDS= liblockfile.so:devel/liblockfile
-
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_header_fnmatch_h=yes \
ac_cv_header_db_h=no \