diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-11-24 20:48:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-11-24 20:48:14 +0000 |
commit | a8e6d19898aeadf15788ee7f3437413d3ba689ec (patch) | |
tree | d3277c89a7fe453c2d7ecfa0ad926f7c5b195330 /devel/gdb66 | |
parent | 5c7304ef118dd0930a63b2cf7d5d50888c4c913c (diff) |
Notes
Diffstat (limited to 'devel/gdb66')
-rw-r--r-- | devel/gdb66/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/gdb66/Makefile b/devel/gdb66/Makefile index 7cdd3e4ab6f2..46fadd5d702f 100644 --- a/devel/gdb66/Makefile +++ b/devel/gdb66/Makefile @@ -18,6 +18,8 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:gdb MAINTAINER= mi@aldan.algebra.com COMMENT= GNU GDB of newer version than comes with the system +LATEST_LINK= gdb66 + OPTIONS= INSIGHT "Build the Tcl/Tk GUI (experimental!)" off USE_BZIP2= yes @@ -37,10 +39,12 @@ VER= ${PORTVERSION:S/.//} PLIST_SUB= VER=${VER} MAN1= gdb${VER}.1 -#ONLY_FOR_ARCHS= i386 amd64 # untested elsewhere, might work - .include <bsd.port.pre.mk> +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" +BROKEN= Does not configure on ia64 or powerpc +.endif + .if defined(WITH_INSIGHT) LIB_DEPENDS= itk:${PORTSDIR}/x11-toolkits/itk RUN_DEPENDS= ${LOCALBASE}/lib/iwidgets:${PORTSDIR}/x11-toolkits/iwidgets |