diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-05-18 23:46:04 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-05-18 23:46:04 +0800 |
commit | a980a83904564054b3a0a53e83501977d63c0a20 (patch) | |
tree | 2905ff114410e30da59bc241e793869fcd3c40bb /devel/apr0 | |
parent | c4d15bc7855362872e89a5c45e3242c2aeb3c1d7 (diff) | |
download | freebsd-ports-gnome-a980a83904564054b3a0a53e83501977d63c0a20.tar.gz freebsd-ports-gnome-a980a83904564054b3a0a53e83501977d63c0a20.tar.zst freebsd-ports-gnome-a980a83904564054b3a0a53e83501977d63c0a20.zip |
- devel/apr0 doesn't even use python
Pointyhat to: myself
Reported by: QAT
Diffstat (limited to 'devel/apr0')
-rw-r--r-- | devel/apr0/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/devel/apr0/Makefile b/devel/apr0/Makefile index fede97a0dfc5..25a8a91ec02f 100644 --- a/devel/apr0/Makefile +++ b/devel/apr0/Makefile @@ -36,7 +36,6 @@ NO_LATEST_LINK= yes USE_ICONV= yes USE_AUTOTOOLS= automake:19 autoconf:262 libtool:22:env USE_PERL5_BUILD= yes -USE_PYTHON_BUILD= -2.6 USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -156,8 +155,6 @@ post-patch: ${REINPLACE_CMD} -e 's,-lpthread,${PTHREAD_LIBS},g' \ ${APR_WRKDIR}/build/apr_threads.m4 ${APR_WRKDIR}/build/apr_hints.m4 \ ${APU_WRKDIR}/build/apu-conf.m4 - ${REINPLACE_CMD} -e '1 s/python/${PYTHON_VERSION}/' \ - ${APR_WRKDIR}/build/gen-build.py run-autotools:: cd ${APR_WRKDIR} ; \ |