mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
12 lines
332 B
Plaintext
12 lines
332 B
Plaintext
|
--- Makefile.PL.orig Thu Jan 4 07:57:37 1996
|
||
|
+++ Makefile.PL Mon Oct 21 13:26:43 1996
|
||
|
@@ -128,7 +128,7 @@
|
||
|
my $hash = {
|
||
|
VERSION => $VERSION,
|
||
|
NAME => $NAME,
|
||
|
- SKIP => [qw(static dynamic linkext)],
|
||
|
+ SKIP => [qw(static)],
|
||
|
PL_FILES => \%PL_FILES,
|
||
|
EXE_FILES => [ keys %EXE_FILES ],
|
||
|
LINKTYPE => 'dynamic',
|