diff options
author | markd <markd@pkgsrc.org> | 2011-01-08 20:46:39 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2011-01-08 20:46:39 +0000 |
commit | 76488b65a1b4e6a3841698c1c31ff92d16272c97 (patch) | |
tree | dbc3426ae060a73a508cdb1e6ee5389685442127 /devel | |
parent | a22548c6430a5c4a76137a663a5fe3413dbf8682 (diff) | |
download | pkgsrc-76488b65a1b4e6a3841698c1c31ff92d16272c97.tar.gz |
Add libuuid and libblkid. Added during freeze to fix build of sysutils/hal
on Linux.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index ba25f72b284..74d112bdbee 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1416 2010/12/21 11:29:39 obache Exp $ +# $NetBSD: Makefile,v 1.1417 2011/01/08 20:46:39 markd Exp $ # COMMENT= Development utilities @@ -288,6 +288,7 @@ SUBDIR+= libast SUBDIR+= libatomic_ops SUBDIR+= libbegemot SUBDIR+= libbinio +SUBDIR+= libblkid SUBDIR+= libbonobo SUBDIR+= libbonoboui SUBDIR+= libcfg+ @@ -376,6 +377,7 @@ SUBDIR+= libtool-base SUBDIR+= libtool-info SUBDIR+= libts SUBDIR+= libusb +SUBDIR+= libuuid SUBDIR+= libview SUBDIR+= libvolume_id SUBDIR+= libwhisker2 |