diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-15 19:15:42 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-15 19:15:42 +0000 |
commit | d4d4877cb1a9dc4ec94e5b60dfca422181523644 (patch) | |
tree | a8e722e14a0a4c5fa946507850a4a561082bd635 /devel/lwp | |
parent | 418bcaa4ff902cf7d508ab6ad91c35d2a76b66a1 (diff) | |
download | ports-d4d4877cb1a9dc4ec94e5b60dfca422181523644.tar.gz ports-d4d4877cb1a9dc4ec94e5b60dfca422181523644.zip |
Notes
Diffstat (limited to 'devel/lwp')
-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> |