diff options
Diffstat (limited to 'devel/lwp/Makefile')
-rw-r--r-- | devel/lwp/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/lwp/Makefile b/devel/lwp/Makefile index 95715029c30a..8656f5913cee 100644 --- a/devel/lwp/Makefile +++ b/devel/lwp/Makefile @@ -22,10 +22,4 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |