diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-05-28 17:32:09 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-05-28 17:32:09 +0000 |
commit | 1fadbe679f1b2a1669c014dd76ab8d1a1016c64e (patch) | |
tree | f0fcd488164a91b0e241c060ac7585e793ac3f98 /net-p2p/amule2 | |
parent | c1d4ca1b2b5ef1a776ada06a14d496c1ea52af60 (diff) | |
download | ports-1fadbe679f1b2a1669c014dd76ab8d1a1016c64e.tar.gz ports-1fadbe679f1b2a1669c014dd76ab8d1a1016c64e.zip |
Notes
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 ecb73f969b09..cfdfee3b316d 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 |