svn commit: r337467 - head/sysutils/heartbeat

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 26 00:02:04 UTC 2013


Author: bapt
Date: Thu Dec 26 00:02:03 2013
New Revision: 337467
URL: http://svnweb.freebsd.org/changeset/ports/337467

Log:
  Remove usage of non existing macro

Modified:
  head/sysutils/heartbeat/Makefile

Modified: head/sysutils/heartbeat/Makefile
==============================================================================
--- head/sysutils/heartbeat/Makefile	Wed Dec 25 23:50:00 2013	(r337466)
+++ head/sysutils/heartbeat/Makefile	Thu Dec 26 00:02:03 2013	(r337467)
@@ -100,7 +100,6 @@ PLIST_SUB+=	APCSNMP="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MDRAC3} || exists (${PREFIX}/lib/libcurl.so)
-USE_CURL=	yes
 LIB_DEPENDS+=	curl:${PORTSDIR}/ftp/curl
 PLIST_SUB+=	DRAC3=""
 .else


More information about the svn-ports-all mailing list