diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-12-31 20:33:00 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-12-31 20:33:00 +0000 |
commit | 9802461171569b695574f5af1986a754bd23ef90 (patch) | |
tree | 45e4b222a46233892903c2e85b93c785eba31ef6 /sysutils/rsyslog3/Makefile | |
parent | 160354e2e918e83b20b29d7d75345f9ee8d4f1cf (diff) |
- Update to 1.21.2
Notes
Notes:
svn path=/head/; revision=204773
Diffstat (limited to 'sysutils/rsyslog3/Makefile')
-rw-r--r-- | sysutils/rsyslog3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/rsyslog3/Makefile b/sysutils/rsyslog3/Makefile index eab900a7523e..816cc316a470 100644 --- a/sysutils/rsyslog3/Makefile +++ b/sysutils/rsyslog3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rsyslog -PORTVERSION= 1.21.1 +PORTVERSION= 1.21.2 CATEGORIES= sysutils MASTER_SITES= CENKES http://download.rsyslog.com/rsyslog/ @@ -24,7 +24,7 @@ MAN5= rsyslog.conf.5 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--disable-klogd --disable-static --enable-gssapi-krb5 +CONFIGURE_ARGS+=--disable-klogd --disable-static CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" PORT_VERBS= rfc3195d rklogd ${PORTNAME} |