diff options
author | joerg <joerg@FreeBSD.org> | 2014-09-24 03:57:34 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2014-09-24 03:57:34 +0800 |
commit | 4ec65be8b888cdcd9072f77cb8e6a0a9c3e04bba (patch) | |
tree | 88fc5f96d8d466e4182831ac16b7714db0b4b448 /devel | |
parent | ee08ca47526d32d2c105ef4f0388f51d6f91f9d9 (diff) | |
download | freebsd-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/Makefile | 3 |
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 |