aboutsummaryrefslogtreecommitdiffstats
path: root/editors/lazarus
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2012-12-13 05:27:24 +0800
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2012-12-13 05:27:24 +0800
commit89b9adef90472ce4013a64cc49129ff8f6c302d3 (patch)
treebe24cb776bc504394e85d5cc6bd4df288d29427a /editors/lazarus
parentea26b4f6e72655aac257aae9a17b7cb017947021 (diff)
downloadfreebsd-ports-gnome-89b9adef90472ce4013a64cc49129ff8f6c302d3.tar.gz
freebsd-ports-gnome-89b9adef90472ce4013a64cc49129ff8f6c302d3.tar.zst
freebsd-ports-gnome-89b9adef90472ce4013a64cc49129ff8f6c302d3.zip
- s/spaces/tab/
Diffstat (limited to 'editors/lazarus')
-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>