diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
| commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
| tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /www/kannel | |
| parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) | |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'www/kannel')
| -rw-r--r-- | www/kannel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/kannel/Makefile b/www/kannel/Makefile index ca3db8639580..e14ca8e9a919 100644 --- a/www/kannel/Makefile +++ b/www/kannel/Makefile @@ -12,13 +12,13 @@ DISTNAME= gateway-${PORTVERSION} MAINTAINER= midom@dammit.lt -LIB_DEPENDS= xml:${PORTSDIR}/textproc/libxml +LIB_DEPENDS= xml:${PORTSDIR}/textproc/libxml GNU_CONFIGURE= yes USE_GMAKE= yes -WRKSRC= ${WRKDIR}/gateway-0.10.2/ +WRKSRC= ${WRKDIR}/gateway-0.10.2/ CFLAGS+= -pthread -CONFIGURE_ARGS += --with-malloc=native +CONFIGURE_ARGS+= --with-malloc=native do-install: .if !defined(NOPORTDOCS) |
