aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>2014-09-24 03:57:34 +0800
committerjoerg <joerg@FreeBSD.org>2014-09-24 03:57:34 +0800
commit4ec65be8b888cdcd9072f77cb8e6a0a9c3e04bba (patch)
tree88fc5f96d8d466e4182831ac16b7714db0b4b448 /devel
parentee08ca47526d32d2c105ef4f0388f51d6f91f9d9 (diff)
downloadfreebsd-ports-gnome-4ec65be8b888cdcd9072f77cb8e6a0a9c3e04bba.tar.gz
freebsd-ports-gnome-4ec65be8b888cdcd9072f77cb8e6a0a9c3e04bba.tar.zst
freebsd-ports-gnome-4ec65be8b888cdcd9072f77cb8e6a0a9c3e04bba.zip
Depend this port from expat so the XML memory description feature
will become available.
Diffstat (limited to 'devel')
-rw-r--r--devel/avr-gdb/Makefile3
1 files changed, 2 insertions, 1 deletions
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