diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-31 13:55:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-31 13:55:58 +0000 |
commit | af29c8ef2a6b6881efa8388f58e0fbe7010c2feb (patch) | |
tree | f3c1fdad99e2d3db682874deb352da6199f23636 /devel/apr | |
parent | 9c5d429e72e1c9e7ccb2e162c4135924b669e7ad (diff) | |
download | ports-af29c8ef2a6b6881efa8388f58e0fbe7010c2feb.tar.gz ports-af29c8ef2a6b6881efa8388f58e0fbe7010c2feb.zip |
Notes
Diffstat (limited to 'devel/apr')
-rw-r--r-- | devel/apr/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/apr/Makefile b/devel/apr/Makefile index 847ee4e1f8d5..9a22b3818515 100644 --- a/devel/apr/Makefile +++ b/devel/apr/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} |