From 463984aecde1bc03ec9dba674f9dfa879c5573cc Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Tue, 23 Sep 2014 19:57:34 +0000 Subject: [PATCH] Depend this port from expat so the XML memory description feature will become available. --- devel/avr-gdb/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/avr-gdb/Makefile b/devel/avr-gdb/Makefile index cadeaf78c331..01b517213b70 100644 --- a/devel/avr-gdb/Makefile +++ b/devel/avr-gdb/Makefile @@ -3,7 +3,7 @@ PORTNAME= gdb PORTVERSION= 7.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= GNU MASTER_SITE_SUBDIR= gdb @@ -12,6 +12,7 @@ DISTNAME= gdb-${PORTVERSION} MAINTAINER= joerg@FreeBSD.org COMMENT= GNU GDB for the AVR target +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 USES= gmake tar:bzip2