diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
commit | 48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (patch) | |
tree | eedd43e6e7c3a96d77549de85690d46016e9cc7e /mail/dspam-devel | |
parent | af4658fb56c22ab36db1f30588a3964e1d47d634 (diff) | |
download | ports-48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531.tar.gz ports-48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531.zip |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
Notes
Notes:
svn path=/head/; revision=200411
Diffstat (limited to 'mail/dspam-devel')
-rw-r--r-- | mail/dspam-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dspam-devel/Makefile b/mail/dspam-devel/Makefile index 83e26c30d417..54163231217f 100644 --- a/mail/dspam-devel/Makefile +++ b/mail/dspam-devel/Makefile @@ -13,7 +13,7 @@ PORTNAME= dspam-devel PORTVERSION= ${PORTVER_MAJ}${SNAP_DATE} -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= # set later @@ -97,7 +97,7 @@ OPTIONS+= LIGHTTPD "RUN_DEPEND on LightHTTPD, not Apache" off USE_PERL5= yes USE_AUTOTOOLS= libtool:15 .ifdef(SNAP_DATE) -USE_AUTOTOOLS+= autoconf:259:env automake:19 +USE_AUTOTOOLS+= autoconf:261:env automake:19 .endif INSTALLS_SHLIB= yes GNU_CONFIGURE= yes |