diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-03-21 02:40:23 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-03-21 02:40:23 +0000 |
commit | c21ab0b181601d9af1f61a7663564e6d10c85cd6 (patch) | |
tree | 2ae2af3f51d0dd8ef634fb509b446acea8a2d00f /editors | |
parent | 773538423a486ff897875a77219d4aea90538dbc (diff) | |
download | ports-c21ab0b181601d9af1f61a7663564e6d10c85cd6.tar.gz ports-c21ab0b181601d9af1f61a7663564e6d10c85cd6.zip |
Notes
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> |