svn commit: r411715 - head/comms/cqrlog

Diane Bruce db at FreeBSD.org
Wed Mar 23 14:38:56 UTC 2016


Author: db
Date: Wed Mar 23 14:38:55 2016
New Revision: 411715
URL: https://svnweb.freebsd.org/changeset/ports/411715

Log:
  Changed lazbuild to lazarus in BUILD_DEPENDS to fix build as user.
  No other changes.
  
  Submitted by:		pkg-fallout@

Modified:
  head/comms/cqrlog/Makefile

Modified: head/comms/cqrlog/Makefile
==============================================================================
--- head/comms/cqrlog/Makefile	Wed Mar 23 14:20:20 2016	(r411714)
+++ head/comms/cqrlog/Makefile	Wed Mar 23 14:38:55 2016	(r411715)
@@ -11,7 +11,7 @@ COMMENT=	Amateur Radio logging applicati
 
 LICENSE=	GPLv2
 
-BUILD_DEPENDS=	lazbuild:${PORTSDIR}/editors/lazarus
+BUILD_DEPENDS=	lazarus:${PORTSDIR}/editors/lazarus
 LIB_DEPENDS=	libhamlib.so:${PORTSDIR}/comms/hamlib
 
 USE_GITHUB=	yes


More information about the svn-ports-head mailing list