Date: Wed, 27 Nov 2013 01:56:47 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334992 - head/lang/harbour Message-ID: <201311270156.rAR1ulj6040224@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311270156.rAR1ulj6040224>