svn commit: r326837 - head/security/openssl

Dirk Meyer dinoex at FreeBSD.org
Mon Sep 9 18:22:13 UTC 2013


Author: dinoex
Date: Mon Sep  9 18:22:13 2013
New Revision: 326837
URL: http://svnweb.freebsd.org/changeset/ports/326837

Log:
  - drop depedency to makedepend
  Submitted by:	Darren Pilgrim

Modified:
  head/security/openssl/Makefile

Modified: head/security/openssl/Makefile
==============================================================================
--- head/security/openssl/Makefile	Mon Sep  9 18:20:04 2013	(r326836)
+++ head/security/openssl/Makefile	Mon Sep  9 18:22:13 2013	(r326837)
@@ -15,8 +15,6 @@ DIST_SUBDIR=	${DISTNAME}2
 MAINTAINER=	dinoex at FreeBSD.org
 COMMENT=	SSL and crypto library
 
-BUILD_DEPENDS=	makedepend:${PORTSDIR}/devel/makedepend
-
 .ifdef USE_OPENSSL
 .error You have `USE_OPENSSL' variable defined either in environment or in make(1) arguments. Please undefine and try again.
 .endif


More information about the svn-ports-all mailing list