aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lineak-kdeplugins/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 06:10:15 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 06:10:15 +0000
commitcc82ac7af1a4b4743ab599432b8c7f24a774e0c8 (patch)
tree6443da11a92be566759454b76c94714222a13560 /sysutils/lineak-kdeplugins/Makefile
parent13441eac4bb7e0e8a50bd437681b05022e55146b (diff)
downloadports-cc82ac7af1a4b4743ab599432b8c7f24a774e0c8.tar.gz
ports-cc82ac7af1a4b4743ab599432b8c7f24a774e0c8.zip
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200792
Diffstat (limited to 'sysutils/lineak-kdeplugins/Makefile')
-rw-r--r--sysutils/lineak-kdeplugins/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/lineak-kdeplugins/Makefile b/sysutils/lineak-kdeplugins/Makefile
index 873389fa2df4..b4585efb81f3 100644
--- a/sysutils/lineak-kdeplugins/Makefile
+++ b/sysutils/lineak-kdeplugins/Makefile
@@ -28,14 +28,8 @@ CONFIGURE_ARGS+= --program-prefix=''
MAN1= lineak_kdeplugins.1
#MANCOMPRESSED= yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-IGNORE= needs KDE to be compiled with gcc 3.4
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|-ldl||' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>