summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2012-12-12 21:27:24 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2012-12-12 21:27:24 +0000
commit89b9adef90472ce4013a64cc49129ff8f6c302d3 (patch)
treebe24cb776bc504394e85d5cc6bd4df288d29427a /editors
parent- Update to 4.5.0 (diff)
- s/spaces/tab/
Notes
Notes: svn path=/head/; revision=308803
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>