diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 07:50:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 07:50:41 +0000 |
commit | 5e9f42cbda7723e209ee352f41df8fd3d7d1ee28 (patch) | |
tree | 5fb7f0ec92b0b2a109bebac3d6e46dbbc6f3f976 /devel/gdb | |
parent | b0f65c8787968933f446b1206ae11e0ac7e0386e (diff) |
Notes
Diffstat (limited to 'devel/gdb')
-rw-r--r-- | devel/gdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile index 15493c7e8429..77a1d3ed0ebe 100644 --- a/devel/gdb/Makefile +++ b/devel/gdb/Makefile @@ -8,7 +8,7 @@ PORTNAME= gdb PORTVERSION= 7.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:S,$,:gdb,} MASTER_SITE_SUBDIR=gdb/:gdb @@ -47,7 +47,7 @@ OPTIONS= DEBUG "Build with debugging symbols" off \ .include <bsd.port.options.mk> .if defined(WITH_PYTHON) -USE_PYTHON= 2.4-2.7 +USE_PYTHON= 2.5-2.7 .endif .include <bsd.port.pre.mk> |