diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-26 19:44:13 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-26 19:44:13 +0000 |
commit | 81250a8ee9bf12d5e3546858c4e476c6ac5adb87 (patch) | |
tree | fd5bf52e74f25c9c5825c8c97d7a574b90fe3bf1 /misc/gpt31/files/patch-tools_DistGPT.pm | |
parent | 7be480ee5d74ff048498affc4b642d0be5142347 (diff) | |
download | ports-81250a8ee9bf12d5e3546858c4e476c6ac5adb87.tar.gz ports-81250a8ee9bf12d5e3546858c4e476c6ac5adb87.zip |
Notes
Diffstat (limited to 'misc/gpt31/files/patch-tools_DistGPT.pm')
-rw-r--r-- | misc/gpt31/files/patch-tools_DistGPT.pm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/misc/gpt31/files/patch-tools_DistGPT.pm b/misc/gpt31/files/patch-tools_DistGPT.pm new file mode 100644 index 000000000000..16c9f1c3ed83 --- /dev/null +++ b/misc/gpt31/files/patch-tools_DistGPT.pm @@ -0,0 +1,26 @@ + +$FreeBSD$ + +--- tools/DistGPT.pm.orig Fri Jan 16 16:31:06 2004 ++++ tools/DistGPT.pm Fri Jan 16 16:34:24 2004 +@@ -34,20 +34,12 @@ + + my @buildorder = ( + "zlib", +- "perlzlib", +- "perlzlibio", +- "perltest", +- "perlpatch", +- "perltar", + "oldautoconf", + "oldlibtool", + "oldautomake", + "autoconf", + "libtool", + "automake", +- "filespec", +- "podparser", +- "md5", + "core", + "gpt", + ); |