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 | |
parent | c1d4ca1b2b5ef1a776ada06a14d496c1ea52af60 (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/amule-devel/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/amule/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/amule2/Makefile | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile index ecb73f969b09..cfdfee3b316d 100644 --- a/net-p2p/amule-devel/Makefile +++ b/net-p2p/amule-devel/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 diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile index ecb73f969b09..cfdfee3b316d 100644 --- a/net-p2p/amule/Makefile +++ b/net-p2p/amule/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 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 |