diff options
author | brooks <brooks@FreeBSD.org> | 2004-05-05 22:08:50 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2004-05-05 22:08:50 +0800 |
commit | 9909689ee754634cbc848c769f1701a5edd57964 (patch) | |
tree | 0c3e1aaba99358a0814c09d400d0050c1166d53d /misc | |
parent | 9df221298e20a23136e97de524f107f0e78e1d72 (diff) | |
download | freebsd-ports-gnome-9909689ee754634cbc848c769f1701a5edd57964.tar.gz freebsd-ports-gnome-9909689ee754634cbc848c769f1701a5edd57964.tar.zst freebsd-ports-gnome-9909689ee754634cbc848c769f1701a5edd57964.zip |
Globus2 is not actually broken on 4.x.
Submitted by: bento
Approved by: krion (mentor)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/globus2/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/globus2/Makefile b/misc/globus2/Makefile index 448a5f52c77d..6deee72ecf71 100644 --- a/misc/globus2/Makefile +++ b/misc/globus2/Makefile @@ -77,9 +77,6 @@ BASE_FLAVOR= gcc32dbg .if ${ARCH} == amd64 IGNORE= Autoconf breakage due to x86_64 vs amd64 .endif -.if ${OSVERSION} < 500000 -BROKEN= Does not build on 4.x -.endif PLIST_SUB+= BASE_FLAVOR=${BASE_FLAVOR} PLIST_SUB+= GLOBUS_BASE=${GLOBUS_BASE}/ |