diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 14:21:46 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 14:21:46 +0800 |
commit | a048be6d33b3cc36897a6c1ff56b3123fe4882bb (patch) | |
tree | a1bc95a88408347209af32ce9d270f62a68d31ed /www/seamonkey2 | |
parent | 08fd42a6ba4cfc15ec8814217e373f4372da0992 (diff) | |
download | freebsd-ports-gnome-a048be6d33b3cc36897a6c1ff56b3123fe4882bb.tar.gz freebsd-ports-gnome-a048be6d33b3cc36897a6c1ff56b3123fe4882bb.tar.zst freebsd-ports-gnome-a048be6d33b3cc36897a6c1ff56b3123fe4882bb.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'www/seamonkey2')
-rw-r--r-- | www/seamonkey2/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index b3541f1ff248..dcfc7bb86f25 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -62,11 +62,6 @@ IGNORE= core dumps on ${ARCH} during post-build IGNORE= core dumps on ${ARCH}, need kern.osreldate>=601101 .endif -.if ${OSVERSION} < 500000 -USE_GCC= 3.4 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-security_manager_Makefile.in -.endif - .if defined(WITHOUT_MAILNEWS) MOZ_OPTIONS+= --disable-ldap --disable-mailnews .else |