diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2014-03-29 19:02:54 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2014-03-29 19:02:54 +0000 |
commit | ee0df7cfc65cdcc00985c39277ff3818afa96220 (patch) | |
tree | a3a772c930e6b329f89619f4e9bff06188074471 /editors/lazarus-lcl-nogui | |
parent | Missed 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/Makefile | 2 |
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" |