diff options
author | will <will@FreeBSD.org> | 2000-04-25 12:13:23 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-04-25 12:13:23 +0800 |
commit | f63f06ce870cd7960308dc1e392928a77b5aad11 (patch) | |
tree | b37dbd2e707ddc89b07cc3ee06da583cb94035a8 /devel/Makefile | |
parent | e68dbe28800f786a62b158a28e2445a03760bd27 (diff) | |
download | freebsd-ports-gnome-f63f06ce870cd7960308dc1e392928a77b5aad11.tar.gz freebsd-ports-gnome-f63f06ce870cd7960308dc1e392928a77b5aad11.tar.zst freebsd-ports-gnome-f63f06ce870cd7960308dc1e392928a77b5aad11.zip |
Add libol, a library required by syslog-ng. It has no known documented
purpose other than to support syslog-ng. The maintainer suggested that it
go in misc, but I defaulted to devel, as defined in porting.html.
PR: 18186
Submitted by: Vince Valenti <vince@blue-box.net>
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 296903cf61af..93be6232c80c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -97,6 +97,7 @@ SUBDIR += libgnugetopt SUBDIR += libgtop SUBDIR += libmalloc + SUBDIR += libol SUBDIR += libshhmsg SUBDIR += libshhopt SUBDIR += libsigc++ |