diff options
author | maho <maho@FreeBSD.org> | 2007-02-08 12:06:12 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-02-08 12:06:12 +0800 |
commit | 010a0d04d29468d878e9a3eed693c702212024ae (patch) | |
tree | 00e2a30d21d86e15ab3b2d9e2a0949533570c3eb /editors/openoffice-3 | |
parent | f53725a6575a584e5f0e8a0d5761cc33e9c9b513 (diff) | |
download | freebsd-ports-gnome-010a0d04d29468d878e9a3eed693c702212024ae.tar.gz freebsd-ports-gnome-010a0d04d29468d878e9a3eed693c702212024ae.tar.zst freebsd-ports-gnome-010a0d04d29468d878e9a3eed693c702212024ae.zip |
We don't support any FreeBSD with a perl <500600 anymore.
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index c6a6ae1c9dd9..99b165a36c31 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -74,10 +74,6 @@ GCC_TARGET= ${ARCH}-portbld-freebsd${OSREL} FREEBSD_ENV_SET= FreeBSDIntelEnv.Set .endif -.if ${PERL_LEVEL} < 500600 -IGNORE= install lang/perl5.8 then try again -.endif - CODELINE= 680 MILESTONE?= 6 OOOTAG?= OOE680_m${MILESTONE} |