diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:51:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:51:04 +0000 |
commit | 9f48528e6e53a3f6a788a0bfcf5f3d434d79921a (patch) | |
tree | f134d7bf940f5f50482b60e36c255e9f239360d6 /net-im/jabberd | |
parent | f25de658a01310d78cbb67209274b82dcbf0878e (diff) | |
download | ports-9f48528e6e53a3f6a788a0bfcf5f3d434d79921a.tar.gz ports-9f48528e6e53a3f6a788a0bfcf5f3d434d79921a.zip |
Notes
Diffstat (limited to 'net-im/jabberd')
-rw-r--r-- | net-im/jabberd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index 6189ca686594..9bdc2aeffedc 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -28,9 +28,9 @@ CYRUS_DESC= Use Cyrus SASL backend (not supported) USE_XZ= yes GNU_CONFIGURE= yes -USE_PERL5_RUN= yes +USE_PERL5= run USE_OPENSSL= yes -USES= iconv +USES= iconv perl5 USE_RC_SUBR= jabberd USE_LDCONFIG= ${PREFIX}/lib/jabberd CONFIGURE_ARGS+= --localstatedir=/var \ |