diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 12:47:36 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 12:47:36 +0800 |
commit | c07b3d06f74c2b1f5144739f606ea2f60e5c4125 (patch) | |
tree | 75bc18c02ad45658df6e53d5864baec96c002730 /net-p2p | |
parent | 980b4f867dba0a997b3f1336459072e6da844359 (diff) | |
download | freebsd-ports-graphics-c07b3d06f74c2b1f5144739f606ea2f60e5c4125.tar.gz freebsd-ports-graphics-c07b3d06f74c2b1f5144739f606ea2f60e5c4125.tar.zst freebsd-ports-graphics-c07b3d06f74c2b1f5144739f606ea2f60e5c4125.zip |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/mldonkey-devel/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/mldonkey/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net-p2p/mldonkey-devel/Makefile b/net-p2p/mldonkey-devel/Makefile index 77034d96e4c..61d8f476c91 100644 --- a/net-p2p/mldonkey-devel/Makefile +++ b/net-p2p/mldonkey-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= mldonkey PORTVERSION= 2.8.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES+= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} \ ${MASTER_SITE_SAVANNAH} @@ -24,7 +24,7 @@ CONFLICTS= mldonkey{-{core,gui},}-[0-9]* USE_BZIP2= yes USE_ICONV= yes -USE_AUTOTOOLS= autoconf:259:env +USE_AUTOTOOLS= autoconf:261:env GNU_CONFIGURE= yes USE_GMAKE= yes ALL_TARGET= opt diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index ad1d3afbec6..67356167e6b 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -7,6 +7,7 @@ PORTNAME= mldonkey PORTVERSION= 2.9.1 +PORTREVISION= 1 CATEGORIES+= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} \ ${MASTER_SITE_SAVANNAH} @@ -22,7 +23,7 @@ CONFLICTS= mldonkey{-{core,gui},}-devel-[0-9]* USE_BZIP2= yes USE_ICONV= yes -USE_AUTOTOOLS= autoconf:259:env +USE_AUTOTOOLS= autoconf:261:env GNU_CONFIGURE= yes USE_GMAKE= yes ALL_TARGET= opt |