diff options
author | pav <pav@FreeBSD.org> | 2010-11-25 04:48:14 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-11-25 04:48:14 +0800 |
commit | 195bdc174663c9f1966232751741e688d3fc6849 (patch) | |
tree | 5eb80847d3626179db08240847915cc6bf9ee0d8 | |
parent | 10a4dc4b4de1be26c5a9facee43f7bd428826357 (diff) | |
download | freebsd-ports-gnome-195bdc174663c9f1966232751741e688d3fc6849.tar.gz freebsd-ports-gnome-195bdc174663c9f1966232751741e688d3fc6849.tar.zst freebsd-ports-gnome-195bdc174663c9f1966232751741e688d3fc6849.zip |
- Sync with devel/gdb6 from which it have been repocopied
-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 |