aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2014-03-29 19:02:54 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2014-03-29 19:02:54 +0000
commitee0df7cfc65cdcc00985c39277ff3818afa96220 (patch)
treea3a772c930e6b329f89619f4e9bff06188074471 /editors
parentd917c273842fbe6bfa56f716d5bebbd070f8c06d (diff)
downloadports-ee0df7cfc65cdcc00985c39277ff3818afa96220.tar.gz
ports-ee0df7cfc65cdcc00985c39277ff3818afa96220.zip
- Fix lazarus-lcl-units build
Reported by: crees
Notes
Notes: svn path=/head/; revision=349582
Diffstat (limited to 'editors')
-rw-r--r--editors/lazarus-lcl-gtk2/Makefile2
-rw-r--r--editors/lazarus-lcl-nogui/Makefile2
-rw-r--r--editors/lazarus-lcl-units/Makefile2
3 files changed, 6 insertions, 0 deletions
diff --git a/editors/lazarus-lcl-gtk2/Makefile b/editors/lazarus-lcl-gtk2/Makefile
index 9bf861fc7c02..bbd5842942b5 100644
--- a/editors/lazarus-lcl-gtk2/Makefile
+++ b/editors/lazarus-lcl-gtk2/Makefile
@@ -15,4 +15,6 @@ LCL_INTERFACE= gtk2
MASTERDIR= ${.CURDIR}/../../editors/lazarus
NO_STAGE= yes
+
+OPT= #
.include "${MASTERDIR}/Makefile"
diff --git a/editors/lazarus-lcl-nogui/Makefile b/editors/lazarus-lcl-nogui/Makefile
index 6b9dd61cf259..ed154dc2d0dd 100644
--- a/editors/lazarus-lcl-nogui/Makefile
+++ b/editors/lazarus-lcl-nogui/Makefile
@@ -13,4 +13,6 @@ LCL_INTERFACE= nogui
MASTERDIR= ${.CURDIR}/../../editors/lazarus
NO_STAGE= yes
+
+OPT= #
.include "${MASTERDIR}/Makefile"
diff --git a/editors/lazarus-lcl-units/Makefile b/editors/lazarus-lcl-units/Makefile
index c87c7d91ae27..3b6edd929290 100644
--- a/editors/lazarus-lcl-units/Makefile
+++ b/editors/lazarus-lcl-units/Makefile
@@ -13,4 +13,6 @@ LCL_INTERFACE= #
MASTERDIR= ${.CURDIR}/../../editors/lazarus
NO_STAGE= yes
+
+OPT = "-Fu../../lcl/ -Fu../lcl -Fu../../lcl/forms -Fu../../lcl/nonwin32 -Fu../../lcl/widgetset -Fi../../lcl/include"
.include "${MASTERDIR}/Makefile"