aboutsummaryrefslogtreecommitdiffstats
path: root/editors/lazarus-lcl-nogui
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2014-03-30 03:02:54 +0800
committeracm <acm@FreeBSD.org>2014-03-30 03:02:54 +0800
commit1c34b6ce4c1b70b45422f1a0cfe6474dfda89e97 (patch)
treea3a772c930e6b329f89619f4e9bff06188074471 /editors/lazarus-lcl-nogui
parentb876e9e408f7d7e5d260ec20d548000a299d29e5 (diff)
downloadfreebsd-ports-gnome-1c34b6ce4c1b70b45422f1a0cfe6474dfda89e97.tar.gz
freebsd-ports-gnome-1c34b6ce4c1b70b45422f1a0cfe6474dfda89e97.tar.zst
freebsd-ports-gnome-1c34b6ce4c1b70b45422f1a0cfe6474dfda89e97.zip
- Fix lazarus-lcl-units build
Reported by: crees
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"