summaryrefslogtreecommitdiffstats
path: root/lang/harbour/Makefile
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-01 14:08:37 +0000
committermat <mat@FreeBSD.org>2016-04-01 14:08:37 +0000
commit0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (patch)
tree23607acdfffe977946d3c7bb877bab60e64640e7 /lang/harbour/Makefile
parent148314483d3098c0d6a33944f1190842e671502f (diff)
downloadFreeBSD-ports-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.zip
FreeBSD-ports-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.tar.gz
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'lang/harbour/Makefile')
-rw-r--r--lang/harbour/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/harbour/Makefile b/lang/harbour/Makefile
index cc58a00..5e59b3a 100644
--- a/lang/harbour/Makefile
+++ b/lang/harbour/Makefile
@@ -10,9 +10,9 @@ MASTER_SITES= SF/${PORTNAME}-project/source/${PORTVERSION}
MAINTAINER= m.tsatsenko@gmail.com
COMMENT= Open source Clipper-compatible compiler
-LIB_DEPENDS= libslang.so:${PORTSDIR}/devel/libslang2\
- libpcre.so:${PORTSDIR}/devel/pcre
-BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
+LIB_DEPENDS= libslang.so:devel/libslang2\
+ libpcre.so:devel/pcre
+BUILD_DEPENDS= bash:shells/bash
RUN_DEPENDS:= ${BUILD_DEPENDS}
OPTIONS_DEFINE= MYSQL SQLITE FIREBIRD PGSQL DOCS
@@ -104,7 +104,7 @@ MAKE_ENV+= HB_WITH_FIREBIRD=no
.endif
.if ${PORT_OPTIONS:MSQLITE}
-LIB_DEPENDS+= libsqlite3.so:${PORTSDIR}/databases/sqlite3
+LIB_DEPENDS+= libsqlite3.so:databases/sqlite3
MAKE_ENV+= HB_WITH_SQLITE3=nolocal
PLIST_SUB+= SQLITE=""
.else
OpenPOWER on IntegriCloud