summaryrefslogtreecommitdiff
path: root/editors/tea
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2006-06-13 08:32:39 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2006-06-13 08:32:39 +0000
commit3d53a3d42ca39a9cb8d2e29d3daa6b0a2c7d7515 (patch)
tree9b6e107d678b44608d882634ed136664dc4b505a /editors/tea
parentShorten option description to fit in window. (diff)
Reduce amount of whitespace.
Notes
Notes: svn path=/head/; revision=165304
Diffstat (limited to 'editors/tea')
-rw-r--r--editors/tea/Makefile42
1 files changed, 21 insertions, 21 deletions
diff --git a/editors/tea/Makefile b/editors/tea/Makefile
index 057fa74a89a6..c23af49d860e 100644
--- a/editors/tea/Makefile
+++ b/editors/tea/Makefile
@@ -5,36 +5,36 @@
# $FreeBSD$
#
-PORTNAME= tea
-DISTVERSION= 13.3
-CATEGORIES= editors
-MASTER_SITES= http://tea.linux.kiev.ua/
-
-MAINTAINER= danfe@FreeBSD.org
-COMMENT= A simple and powerful GTK+ text editor
-
-USE_X_PREFIX= yes
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-USE_GCC= 3.3+
-USE_GETTEXT= yes
-USE_GNOME= gtk20
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-OPTIONS= TEA_ONLY "Build original GTK-only version" on \
- ASPELL "Build with GNU aspell support" on
+PORTNAME= tea
+DISTVERSION= 13.3
+CATEGORIES= editors
+MASTER_SITES= http://tea.linux.kiev.ua/
+
+MAINTAINER= danfe@FreeBSD.org
+COMMENT= A simple and powerful GTK+ text editor
+
+USE_X_PREFIX= yes
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+USE_GCC= 3.3+
+USE_GETTEXT= yes
+USE_GNOME= gtk20
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+OPTIONS= TEA_ONLY "Build original GTK-only version" on \
+ ASPELL "Build with GNU aspell support" on
.include <bsd.port.pre.mk>
.if defined(WITH_TEA_ONLY)
CONFIGURE_ARGS+= --enable-legacy
.else
-USE_GNOME+= gtksourceview
+USE_GNOME+= gtksourceview
.endif
.if defined(WITH_ASPELL)
-LIB_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell
+LIB_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell
.endif
post-patch: