diff options
author | joerg <joerg@FreeBSD.org> | 2004-04-29 04:24:39 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2004-04-29 04:24:39 +0800 |
commit | ab75f9eb2d56fe700a04a43db4c016e5228c7026 (patch) | |
tree | 4416407b87966aa55d6aa97144e6a7bf3d3cdf28 /devel/Makefile | |
parent | 45f14417d9f7f35b19383e06a038c018ce382f62 (diff) | |
download | freebsd-ports-gnome-ab75f9eb2d56fe700a04a43db4c016e5228c7026.tar.gz freebsd-ports-gnome-ab75f9eb2d56fe700a04a43db4c016e5228c7026.tar.zst freebsd-ports-gnome-ab75f9eb2d56fe700a04a43db4c016e5228c7026.zip |
This is a port of GNU libbfd, the binary file descriptor library from
GNU binutils. It can read/write about any object file format on earth.
Soon to be used by devel/avarice.
Requires devel/gnulibiberty, since it (alas) uses undocumented internal
functions from that library.
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 513cbadf5dd9..8df7f9837056 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -361,6 +361,7 @@ SUBDIR += libassetml SUBDIR += libast SUBDIR += libavl + SUBDIR += libbfd SUBDIR += libbonobo SUBDIR += libbonobomm SUBDIR += libcache |