aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2012-12-13 05:27:24 +0800
committeracm <acm@FreeBSD.org>2012-12-13 05:27:24 +0800
commitb3811f8bbe780f0e4bdc4d023811b274e7a2b93b (patch)
treebe24cb776bc504394e85d5cc6bd4df288d29427a /editors
parent52eb58ebc751f9ce5c4da9e1651c58b003070296 (diff)
downloadfreebsd-ports-gnome-b3811f8bbe780f0e4bdc4d023811b274e7a2b93b.tar.gz
freebsd-ports-gnome-b3811f8bbe780f0e4bdc4d023811b274e7a2b93b.tar.zst
freebsd-ports-gnome-b3811f8bbe780f0e4bdc4d023811b274e7a2b93b.zip
- s/spaces/tab/
Diffstat (limited to 'editors')
-rw-r--r--editors/lazarus/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile
index 2aa536e8c547..8eab55e297d4 100644
--- a/editors/lazarus/Makefile
+++ b/editors/lazarus/Makefile
@@ -34,14 +34,14 @@ PLIST= ${WRKDIR}/pkg-plist
WRKSRC?= ${WRKDIR}/${PORTNAME}
.if !defined(PKGNAMESUFFIX)
-OPTIONS_SINGLE= LCL
-OPTIONS_SINGLE_LCL= GTK1 GTK2 QT4
+OPTIONS_SINGLE= LCL
+OPTIONS_SINGLE_LCL= GTK1 GTK2 QT4
GTK1_DESC= Use gtk12 interface
-GTK2_DESC= Use gtk20 interface
-QT4_DESC= Use qt4 interface
+GTK2_DESC= Use gtk20 interface
+QT4_DESC= Use qt4 interface
-OPTIONS_DEFAULT= GTK2
+OPTIONS_DEFAULT= GTK2
.endif
.include <bsd.port.pre.mk>