summaryrefslogtreecommitdiff
path: root/net/licq
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-01-16 17:33:20 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-01-16 17:33:20 +0000
commit2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch)
tree0b080fcd55271333176593e1b9bc0b48aedbe9fa /net/licq
parentAdd xcdroast 0.98.a.8, another X11 frontend to mkisofs/cdrecord. (diff)
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes: svn path=/head/; revision=37252
Diffstat (limited to 'net/licq')
-rw-r--r--net/licq/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/licq/Makefile b/net/licq/Makefile
index b61ca3240503..1bbd33dc639a 100644
--- a/net/licq/Makefile
+++ b/net/licq/Makefile
@@ -22,12 +22,12 @@ BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake
USE_QT2= yes
USE_GMAKE= yes
USE_AUTOCONF= yes
-USE_NEWGCC= yes
+USE_NEWGCC= yes
USE_OPENSSL= yes
-USE_PERL5= yes
+USE_PERL5= yes
CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/qt2
-CONFIGURE_TARGET= $(ARCH)-unknown-freebsdelf$(OSREL)
+CONFIGURE_TARGET= $(ARCH)-unknown-freebsdelf$(OSREL)
post-configure:
@(cd ${WRKSRC}/plugins/qt-gui-${PORTVERSION} && ${AUTOCONF})