diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/lazarus/Makefile | 2 |
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> |