diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-08 08:45:08 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-08 08:45:08 +0800 |
commit | 07d9e093a64a0c7f96ed0775d50e0f818d98fd80 (patch) | |
tree | 02dbbd994569afd4c5091886b42b9fc57a56da98 /deskutils/sunbird | |
parent | 19b5365f6b139c7191946e258da022ec68b68aae (diff) | |
download | freebsd-ports-graphics-07d9e093a64a0c7f96ed0775d50e0f818d98fd80.tar.gz freebsd-ports-graphics-07d9e093a64a0c7f96ed0775d50e0f818d98fd80.tar.zst freebsd-ports-graphics-07d9e093a64a0c7f96ed0775d50e0f818d98fd80.zip |
Remove support for antique perl.
Hat: portmgr
Diffstat (limited to 'deskutils/sunbird')
-rw-r--r-- | deskutils/sunbird/Makefile | 8 | ||||
-rw-r--r-- | deskutils/sunbird/files/extra-patch-config_make-jars.pl | 10 |
2 files changed, 0 insertions, 18 deletions
diff --git a/deskutils/sunbird/Makefile b/deskutils/sunbird/Makefile index 7e11808b6c2..14daec94514 100644 --- a/deskutils/sunbird/Makefile +++ b/deskutils/sunbird/Makefile @@ -40,18 +40,10 @@ MOZ_MK_OPTIONS= MOZ_CO_PROJECT=calendar .include <bsd.port.pre.mk> .include "${PORTSDIR}/www/mozilla/Makefile.common" -.if ${OSVERSION} < 500000 -BROKEN= does not build -.endif - .if ${ARCH}=="sparc64" IGNORE= does not build .endif -.if ${PERL_LEVEL} < 500600 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl -.endif - post-patch: @${SED} -e 's|@SUNBIRD_ICON@|${SUNBIRD_ICON}|' \ ${FILESDIR}/sunbird.desktop.in >${WRKDIR}/sunbird.desktop diff --git a/deskutils/sunbird/files/extra-patch-config_make-jars.pl b/deskutils/sunbird/files/extra-patch-config_make-jars.pl deleted file mode 100644 index a558607ca45..00000000000 --- a/deskutils/sunbird/files/extra-patch-config_make-jars.pl +++ /dev/null @@ -1,10 +0,0 @@ ---- config/make-jars.pl.orig Wed Oct 13 16:17:11 2004 -+++ config/make-jars.pl Wed Oct 13 16:17:07 2004 -@@ -40,6 +40,7 @@ - last if ($arg eq "--"); - } - my $defines = join(' ', @ARGV[ $ddindex .. $#ARGV ]); -+splice @ARGV, $ddindex, $#ARGV; - - getopts("d:s:t:f:avlD:o:p:xz:"); - |