diff options
author | rh <rh@pkgsrc.org> | 2000-06-26 21:39:56 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-06-26 21:39:56 +0000 |
commit | 0bdb3070fc149ad9cf84858a516a290a3c5c8042 (patch) | |
tree | 160746ffdac812c72f9c9e369898bf09c0411a51 | |
parent | 18992c3b84b8ff194f76f617c30ad39569cd7225 (diff) | |
download | pkgsrc-0bdb3070fc149ad9cf84858a516a290a3c5c8042.tar.gz |
Add and enable libole2
-rw-r--r-- | devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index f5b67ba5434..f264bd9304f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.118 2000/06/26 01:10:06 wiz Exp $ +# $NetBSD: Makefile,v 1.119 2000/06/26 21:39:56 rh Exp $ # FreeBSD Id: Makefile,v 1.78 1997/10/01 08:32:59 cracauer Exp # @@ -42,6 +42,7 @@ SUBDIR += gtl SUBDIR += guile-gtk SUBDIR += guile-slib + SUBDIR += g-wrap SUBDIR += id-utils SUBDIR += ipv6socket_scrub SUBDIR += isect @@ -55,6 +56,7 @@ SUBDIR += libgtop SUBDIR += libhfs SUBDIR += libnet + SUBDIR += libole2 SUBDIR += libproplist SUBDIR += librep SUBDIR += libscsi |