diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2007-02-05 18:03:58 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2007-02-05 18:03:58 +0000 |
commit | 638fc7f4cd2f485a34c1db477c63f68c721ddbce (patch) | |
tree | e2c6e7c686007cd1d56e1e1a018c4c3ba922e8e6 /net/globus4 | |
parent | 4efce3486b7761797bd629e52b1e4b89bad1e18a (diff) |
Notes
Diffstat (limited to 'net/globus4')
-rw-r--r-- | net/globus4/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/globus4/Makefile b/net/globus4/Makefile index c724b6eb2f82..d66afac8bf0d 100644 --- a/net/globus4/Makefile +++ b/net/globus4/Makefile @@ -76,10 +76,6 @@ CPIOARGS= --quiet -pdum .include <bsd.port.pre.mk> -.if (${OSVERSION} < 530000) -IGNORE= FreeBSD < 5.3 not supported -.endif - .if (${ARCH} == "i386") || (${ARCH} == "powerpc") ARCHBITS?=32 PERL_ARCH= ${ARCH}-freebsd-64int |