summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-11-27 01:56:47 +0000
committerSteve Wills <swills@FreeBSD.org>2013-11-27 01:56:47 +0000
commitf723f75de53ddba34718e9983811add3fba56965 (patch)
treee54bc5338616d6296ed268099442bcada9eb1491 /lang
parentChange PORTNAME from gcc to gcc49 to match the actual name of this (diff)
- Update to new LIB_DEPENDS format as should have been done in previous commit
Reported by: Gerald Pfeifer <gerald@pfeifer.com>
Notes
Notes: svn path=/head/; revision=334992
Diffstat (limited to 'lang')
-rw-r--r--lang/harbour/Makefile6
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