svn commit: r501983 - head/misc/hashdb

Yuri Victorovich yuri at FreeBSD.org
Sat May 18 21:44:35 UTC 2019


Author: yuri
Date: Sat May 18 21:44:34 2019
New Revision: 501983
URL: https://svnweb.freebsd.org/changeset/ports/501983

Log:
  misc/hashdb: Fix typo

Modified:
  head/misc/hashdb/Makefile

Modified: head/misc/hashdb/Makefile
==============================================================================
--- head/misc/hashdb/Makefile	Sat May 18 21:43:45 2019	(r501982)
+++ head/misc/hashdb/Makefile	Sat May 18 21:44:34 2019	(r501983)
@@ -13,9 +13,9 @@ LICENSE=	PD
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	swig3.0:devel/swig30 \
-		openssl>:security/openssl
+		openssl>0:security/openssl
 LIB_DEPENDS=	libewf.so:devel/libewf
-RUN_DEPENDS=	openssl>:security/openssl
+RUN_DEPENDS=	openssl>0:security/openssl
 
 USES=		autoreconf gmake libtool localbase:ldflags python ssl # USES=ssl fails without openssl added to BUILD_DEPENDS/RUN_DEPENDS/LDFLAGS: see bug#237974
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list