diff options
author | knu <knu@FreeBSD.org> | 2001-08-13 12:32:06 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-08-13 12:32:06 +0800 |
commit | 47db13251b4fcc80b43c1029cd82e5976c1446fb (patch) | |
tree | 22e10367f68cf4077c45ec48e2eaa92de433706d /misc/Makefile | |
parent | 716a0b77318ea05ae9670c170d11f9b12220c931 (diff) | |
download | freebsd-ports-gnome-47db13251b4fcc80b43c1029cd82e5976c1446fb.tar.gz freebsd-ports-gnome-47db13251b4fcc80b43c1029cd82e5976c1446fb.tar.zst freebsd-ports-gnome-47db13251b4fcc80b43c1029cd82e5976c1446fb.zip |
Add compat22, compat3x and compat4x. These packages allow you to
install the compat libraries on your system, so you can use legacy
binaries that depend on them.
PR: ports/29371
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
Altered by: knu
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 2fa7cee92cc4..58583f2c5eb1 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -32,6 +32,9 @@ SUBDIR += cmatrix SUBDIR += colorls SUBDIR += colortail + SUBDIR += compat22 + SUBDIR += compat3x + SUBDIR += compat4x SUBDIR += cpuid SUBDIR += crosspad SUBDIR += cstream |