diff options
author | swills <swills@FreeBSD.org> | 2013-11-27 09:56:47 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-11-27 09:56:47 +0800 |
commit | 675062305f3f25856a9189e23468f07730d42b53 (patch) | |
tree | e54bc5338616d6296ed268099442bcada9eb1491 /lang/harbour | |
parent | e3faa99346f29b07cf9de361500fb7e6dfca8ce6 (diff) | |
download | freebsd-ports-gnome-675062305f3f25856a9189e23468f07730d42b53.tar.gz freebsd-ports-gnome-675062305f3f25856a9189e23468f07730d42b53.tar.zst freebsd-ports-gnome-675062305f3f25856a9189e23468f07730d42b53.zip |
- Update to new LIB_DEPENDS format as should have been done in previous commit
Reported by: Gerald Pfeifer <gerald@pfeifer.com>
Diffstat (limited to 'lang/harbour')
-rw-r--r-- | lang/harbour/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/harbour/Makefile b/lang/harbour/Makefile index 4894de0a8324..8f7b5f6fc8a2 100644 --- a/lang/harbour/Makefile +++ b/lang/harbour/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= SF/${PORTNAME}-project/source/${PORTVERSION} 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 |