aboutsummaryrefslogtreecommitdiff
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
parent773538423a486ff897875a77219d4aea90538dbc (diff)
downloadports-c21ab0b181601d9af1f61a7663564e6d10c85cd6.tar.gz
ports-c21ab0b181601d9af1f61a7663564e6d10c85cd6.zip
Notes
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>