diff options
author | gabor <gabor@FreeBSD.org> | 2007-05-28 17:32:09 +0000 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-05-28 17:32:09 +0000 |
commit | 5b94976b90d696b82c06fb850fa46961deea47a8 (patch) | |
tree | 87afe3013900db4f223800f11f1aff72391d05f3 /net-p2p/amule2 | |
parent | b34c52fbb6c9eb73fb15cd538f53f1282dc4fb00 (diff) | |
download | FreeBSD-ports-5b94976b90d696b82c06fb850fa46961deea47a8.zip FreeBSD-ports-5b94976b90d696b82c06fb850fa46961deea47a8.tar.gz |
- Remove deprecated reference for net-p2p/amule1 and 4.x chunks after the
removal of amule1
Diffstat (limited to 'net-p2p/amule2')
-rw-r--r-- | net-p2p/amule2/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net-p2p/amule2/Makefile b/net-p2p/amule2/Makefile index ecb73f9..cfdfee3 100644 --- a/net-p2p/amule2/Makefile +++ b/net-p2p/amule2/Makefile @@ -51,10 +51,6 @@ OPTIONS= OPTIMIZE "Build with optimization" on \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= Will not compile on FreeBSD 4.x - See net-p2p/amule1 for 4.x compatibility -.endif - .if !defined(WITHOUT_NLS) USE_GETTEXT= yes .else |