diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-01-07 01:43:44 +0800 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-01-07 01:43:44 +0800 |
commit | 7b4ee14e1fc34f0768f24115ada4f2d23bd35e75 (patch) | |
tree | 98b7a5465e92a2c035d88004521e64753c08b0ef /textproc/highlight | |
parent | 856903091afce38773f4c8d6d5604d3e97d0fa88 (diff) | |
download | freebsd-ports-gnome-7b4ee14e1fc34f0768f24115ada4f2d23bd35e75.tar.gz freebsd-ports-gnome-7b4ee14e1fc34f0768f24115ada4f2d23bd35e75.tar.zst freebsd-ports-gnome-7b4ee14e1fc34f0768f24115ada4f2d23bd35e75.zip |
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav
Diffstat (limited to 'textproc/highlight')
-rw-r--r-- | textproc/highlight/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile index 733a0af7cb4a..2d373e0ca74a 100644 --- a/textproc/highlight/Makefile +++ b/textproc/highlight/Makefile @@ -33,10 +33,6 @@ PORTDOCS= ChangeLog INSTALL README README_DE README_INDENT \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 600000 -BROKEN= does not compile -.endif - post-patch: @${REINPLACE_CMD} -e \ 's|^PREFIX =|PREFIX ?=|' ${WRKSRC}/${MAKEFILE} |