Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2019 21:44:34 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501983 - head/misc/hashdb
Message-ID:  <201905182144.x4ILiYWP070628@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905182144.x4ILiYWP070628>