svn commit: r334992 - head/lang/harbour

Steve Wills swills at FreeBSD.org
Wed Nov 27 01:56:48 UTC 2013


Author: swills
Date: Wed Nov 27 01:56:47 2013
New Revision: 334992
URL: http://svnweb.freebsd.org/changeset/ports/334992

Log:
  - Update to new LIB_DEPENDS format as should have been done in previous commit
  
  Reported by:	Gerald Pfeifer <gerald at pfeifer.com>

Modified:
  head/lang/harbour/Makefile

Modified: head/lang/harbour/Makefile
==============================================================================
--- head/lang/harbour/Makefile	Wed Nov 27 01:10:25 2013	(r334991)
+++ head/lang/harbour/Makefile	Wed Nov 27 01:56:47 2013	(r334992)
@@ -10,8 +10,8 @@ MASTER_SITES=	SF/${PORTNAME}-project/sou
 MAINTAINER=	m.tsatsenko at gmail.com
 COMMENT=	An open source Clipper-compatible compiler
 
-LIB_DEPENDS=	slang:${PORTSDIR}/devel/libslang2\
-		pcre:${PORTSDIR}/devel/pcre
+LIB_DEPENDS=	libslang.so:${PORTSDIR}/devel/libslang2\
+		libpcre.so:${PORTSDIR}/devel/pcre
 BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
@@ -104,7 +104,7 @@ MAKE_ENV+=	HB_WITH_FIREBIRD=no
 .endif
 
 .if ${PORT_OPTIONS:MSQLITE}
-LIB_DEPENDS+=	sqlite3:${PORTSDIR}/databases/sqlite3
+LIB_DEPENDS+=	libsqlite3.so:${PORTSDIR}/databases/sqlite3
 MAKE_ENV+=	HB_WITH_SQLITE3=nolocal
 PLIST_SUB+=	SQLITE=""
 .else


More information about the svn-ports-all mailing list