aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/worker
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 06:27:14 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 06:27:14 +0000
commitc74701832f58a9ccecdcbfec31960b911abfc233 (patch)
tree69079f703d594c8f6e906b36a7ecfd57e746f64b /x11-fm/worker
parent3d87ef2d551df84654e1b928386f1b2468877824 (diff)
downloadports-c74701832f58a9ccecdcbfec31960b911abfc233.tar.gz
ports-c74701832f58a9ccecdcbfec31960b911abfc233.zip
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200795
Diffstat (limited to 'x11-fm/worker')
-rw-r--r--x11-fm/worker/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/x11-fm/worker/Makefile b/x11-fm/worker/Makefile
index 23b4045e543b..2b59adfb380d 100644
--- a/x11-fm/worker/Makefile
+++ b/x11-fm/worker/Makefile
@@ -26,20 +26,14 @@ MAN1= worker.1
CFLAGS+= ${PTHREAD_CFLAGS}
CONFIGURE_ARGS= --disable-libxpkmaster
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Does not compile on FreeBSD 4.x
-.endif
-
pre-configure:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/configure
post-patch:
-.for file in aa.pattern_rename.sh cd2flac.sh cd2mp3.sh cd2ogg.sh cd2wav.sh xeditor
+.for f in aa.pattern_rename.sh cd2flac.sh cd2mp3.sh cd2ogg.sh cd2wav.sh xeditor
${REINPLACE_CMD} -e 's|/bin/bash|/usr/local/bin/bash|g' \
- ${WRKSRC}/scripts/${file}
+ ${WRKSRC}/scripts/${f}
.endfor
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>