diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
commit | c0669efed5bfc1feca96a758bf4cbe54cb51ba70 (patch) | |
tree | b8a9edbe79fb5c5de6e035c09b189a9c9d4101c5 /irc | |
parent | e25456852bc19ad4f1e63841747a4f63637d0eef (diff) | |
download | freebsd-ports-c0669efed5bfc1feca96a758bf4cbe54cb51ba70.zip |
Tidy up whitespace.
Diffstat (limited to 'irc')
-rw-r--r-- | irc/xchat/Makefile | 2 | ||||
-rw-r--r-- | irc/xchat1/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index 63d467c99872..3aa42fd99a73 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -65,7 +65,7 @@ CONFIGURE_ARGS+= --disable-gnome --disable-zvt .endif .if defined(WITH_PYTHON) -USE_PYTHON= yes +USE_PYTHON= yes CONFIGURE_ARGS+= --enable-python .else CONFIGURE_ARGS+= --disable-python diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile index 63d467c99872..3aa42fd99a73 100644 --- a/irc/xchat1/Makefile +++ b/irc/xchat1/Makefile @@ -65,7 +65,7 @@ CONFIGURE_ARGS+= --disable-gnome --disable-zvt .endif .if defined(WITH_PYTHON) -USE_PYTHON= yes +USE_PYTHON= yes CONFIGURE_ARGS+= --enable-python .else CONFIGURE_ARGS+= --disable-python |