mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fixup: remove patch.
This commit is contained in:
parent
b71f880abc
commit
23866a41be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206529
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
--- Makefile.PL.orig Sat Sep 8 18:11:19 2007
|
||||
+++ Makefile.PL Thu Sep 27 14:29:35 2007
|
||||
@@ -30,9 +30,6 @@
|
||||
# get libs and inc from gnome-config
|
||||
eval {
|
||||
print "running xslt-config... ";
|
||||
- my $ver = backtick("$xsltcfg --version");
|
||||
- my ($major, $minor, $point) = $ver =~ /(\d+)\.(\d+)\.(\d+)/g;
|
||||
- die "VERSION" unless $major > 1 || $minor > 0 || $point >= 6;
|
||||
$config{LIBS} ||= backtick("$xsltcfg --libs");
|
||||
$config{INC} ||= backtick("$xsltcfg --cflags");
|
||||
print "ok\n";
|
Loading…
Add table
Reference in a new issue