summaryrefslogtreecommitdiff
path: root/editors/lazarus-lcl-nogui
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/lazarus-lcl-nogui
parentMissed a ${STAGEDIR} (diff)
- Fix lazarus-lcl-units build
Reported by: crees
Notes
Notes: svn path=/head/; revision=349582
Diffstat (limited to 'editors/lazarus-lcl-nogui')
-rw-r--r--editors/lazarus-lcl-nogui/Makefile2
1 files changed, 2 insertions, 0 deletions
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"