summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-03-21 02:40:23 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-03-21 02:40:23 +0000
commitc21ab0b181601d9af1f61a7663564e6d10c85cd6 (patch)
tree2ae2af3f51d0dd8ef634fb509b446acea8a2d00f /editors
parent- Rename jar based on version (diff)
Add knob for use in slave ports
PR: ports/165507 Submitted by: Benat Gonzalez Etxepare <bbtruk@users.sourceforge.net> Approved by: maintainer timeout (3 weeks) Feature safe: yes
Notes
Notes: svn path=/head/; revision=293620
Diffstat (limited to 'editors')
-rw-r--r--editors/lazarus/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile
index 06ac784ce779..8ba24b422b95 100644
--- a/editors/lazarus/Makefile
+++ b/editors/lazarus/Makefile
@@ -36,8 +36,10 @@ SUB_FILES= pkg-message
SUB_LIST+= PORTSDIR="${PORTSDIR}"
WRKSRC= ${WRKDIR}/${PORTNAME}
+.if !defined(WITHOUT_LAZARUS_OPTIONS)
OPTIONS= GTK2 "Use gtk20 interface instead of gtk12" on \
QT4 "Use qt4 interface" off
+.endif
.include <bsd.port.pre.mk>