diff options
author | rm <rm@FreeBSD.org> | 2012-02-19 15:02:58 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-02-19 15:02:58 +0800 |
commit | 9e5eb79aa2baf52c5cc81c31c467c052c2fd77b0 (patch) | |
tree | 3edffe88f797443382147254706925dcdabc05e0 /net/rabbitmq-c | |
parent | 96b10301f4cd42e77bd07254093a85bc5b89f04f (diff) | |
download | freebsd-ports-gnome-9e5eb79aa2baf52c5cc81c31c467c052c2fd77b0.tar.gz freebsd-ports-gnome-9e5eb79aa2baf52c5cc81c31c467c052c2fd77b0.tar.zst freebsd-ports-gnome-9e5eb79aa2baf52c5cc81c31c467c052c2fd77b0.zip |
- replace `YES' with `yes' in USE_PYTHON/USE_PYDISTUTILS (mostly)
They all non-functional changes.
Diffstat (limited to 'net/rabbitmq-c')
-rw-r--r-- | net/rabbitmq-c/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/rabbitmq-c/Makefile b/net/rabbitmq-c/Makefile index 41d84458b26f..7e0acaf77627 100644 --- a/net/rabbitmq-c/Makefile +++ b/net/rabbitmq-c/Makefile @@ -23,11 +23,11 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:${PORTSDIR}/devel/py-simpl CONFLICTS= rabbitmq-c-devel-[0-9]* -USE_BZIP2= YES -USE_GMAKE= YES -USE_PYTHON= YES -USE_LDCONFIG= YES -GNU_CONFIGURE= YES +USE_BZIP2= yes +USE_GMAKE= yes +USE_PYTHON= yes +USE_LDCONFIG= yes +GNU_CONFIGURE= yes USE_AUTOTOOLS= aclocal autoconf automake autoheader libtool AUTOMAKE_ARGS= -i --add-missing ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal |