diff options
Diffstat (limited to 'devel/gdb/Makefile')
-rw-r--r-- | devel/gdb/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile index 2891212f178a..8b0067f8d641 100644 --- a/devel/gdb/Makefile +++ b/devel/gdb/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gdb -PORTVERSION= 7.6 +PORTVERSION= 7.6.1 #PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNU @@ -14,8 +14,8 @@ LICENSE= GPLv3 USE_BZIP2= yes USE_CSTD= gnu89 -USE_GMAKE= yes -USES= iconv +#USE_GMAKE= yes +USES= iconv gmake GNU_CONFIGURE= yes CONFIGURE_ENV= CONFIGURED_M4=m4 CONFIGURED_BISON=byacc CONFIGURE_ARGS= --program-suffix=${PORTVERSION:S/.//g} \ @@ -129,6 +129,7 @@ post-install: .if ${PORT_OPTIONS:MPYTHON} ${CHMOD} u+w ${PREFIX}/share/gdb${VER}/python/gdb/*.py* ${CHMOD} u+w ${PREFIX}/share/gdb${VER}/python/gdb/command/*.py* + ${CHMOD} u+w ${PREFIX}/share/gdb${VER}/python/gdb/function/*.py* .endif .include <bsd.port.post.mk> |