diff options
author | skv <skv@FreeBSD.org> | 2008-02-01 05:08:13 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2008-02-01 05:08:13 +0800 |
commit | aba5afa412c14a5bb0c2a7befb1c6ec89598a141 (patch) | |
tree | b0b12373f2a9fa7d69be7e96f48e2e0d8b8b61d9 /textproc | |
parent | fa5b1eed16302eb103dcb41c32df84697315d6be (diff) | |
download | freebsd-ports-gnome-aba5afa412c14a5bb0c2a7befb1c6ec89598a141.tar.gz freebsd-ports-gnome-aba5afa412c14a5bb0c2a7befb1c6ec89598a141.tar.zst freebsd-ports-gnome-aba5afa412c14a5bb0c2a7befb1c6ec89598a141.zip |
Fixup: remove patch.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-LibXSLT/files/patch-Makefile.PL | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/textproc/p5-XML-LibXSLT/files/patch-Makefile.PL b/textproc/p5-XML-LibXSLT/files/patch-Makefile.PL deleted file mode 100644 index 5c82241eb393..000000000000 --- a/textproc/p5-XML-LibXSLT/files/patch-Makefile.PL +++ /dev/null @@ -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"; |