diff options
author | lofi <lofi@FreeBSD.org> | 2003-07-29 04:26:22 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2003-07-29 04:26:22 +0000 |
commit | 479d487f0145cf1c6b055c0575361c5350c135ac (patch) | |
tree | cd6b53895ab84f4324ba042d08f921529be4ca55 /comms/kremotecontrol/Makefile | |
parent | 1e8eb5e8be1b2d96efca243817309906398909d6 (diff) | |
download | FreeBSD-ports-479d487f0145cf1c6b055c0575361c5350c135ac.zip FreeBSD-ports-479d487f0145cf1c6b055c0575361c5350c135ac.tar.gz |
Update KDE to the latest official release, KDE 3.1.3
Official KDE 3.1.3 announcement:
http://www.kde.org/announcements/announce-3.1.3.php
(may not work until a few hours after this commit - we jumped the gun a little
in order to have the update in place at the time the security notifications for
KDE 3.1.2 will be released together with the announcement of KDE 3.1.3).
Changelog from 3.1.2 to 3.1.3 release:
http://www.kde.org/announcements/changelogs/changelog3_1_2to3_1_3.php
Thanks and credits need to go to the whole KDE-FreeBSD team, as well
as everyone on kde@freebsd.org for providing feedback, reporting bugs
and just using the KDE ports.
Approved by: will (real mentor asleep)
Diffstat (limited to 'comms/kremotecontrol/Makefile')
-rw-r--r-- | comms/kremotecontrol/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/kremotecontrol/Makefile b/comms/kremotecontrol/Makefile index a2cdd77..5e1bc54 100644 --- a/comms/kremotecontrol/Makefile +++ b/comms/kremotecontrol/Makefile @@ -58,4 +58,8 @@ post-patch: .endif .include "${.CURDIR}/../../x11/kde3/Makefile.kde" + +pre-configure:: + ${REINPLACE_CMD} -e 's@-pedantic @@g' ${WRKSRC}/configure + .include <bsd.port.post.mk> |