diff options
author | pav <pav@FreeBSD.org> | 2008-03-31 21:55:58 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-03-31 21:55:58 +0800 |
commit | d5cc2a706aab3d8444ced403056aff7d09d364c9 (patch) | |
tree | bd9af62869742e8110f8cbef294135cfb44da529 /devel/apr0 | |
parent | 74ec6213ca02022bf803cb3d9062283cccbde645 (diff) | |
download | freebsd-ports-gnome-d5cc2a706aab3d8444ced403056aff7d09d364c9.tar.gz freebsd-ports-gnome-d5cc2a706aab3d8444ced403056aff7d09d364c9.tar.zst freebsd-ports-gnome-d5cc2a706aab3d8444ced403056aff7d09d364c9.zip |
- Downgrade perl dependecy to build-only
- Style
PR: ports/118155
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by: maintainer timeout (rodrigc; 3 months)
Diffstat (limited to 'devel/apr0')
-rw-r--r-- | devel/apr0/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/apr0/Makefile b/devel/apr0/Makefile index 847ee4e1f8d5..9a22b3818515 100644 --- a/devel/apr0/Makefile +++ b/devel/apr0/Makefile @@ -16,7 +16,7 @@ PORTNAME= apr PORTVERSION= 1.2.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= apr @@ -29,10 +29,10 @@ LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2 USE_ICONV= yes USE_AUTOTOOLS= automake:19 autoconf:261 libtool:15:env -USE_PERL5= yes +USE_PERL5_BUILD= yes USE_GMAKE= yes USE_PYTHON_BUILD= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes WRKSRC= ${WRKDIR} |