summaryrefslogtreecommitdiff
path: root/sysutils/krename-kde4
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-04 13:30:49 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-04 13:30:49 +0000
commit15d6893eec26f51869f2e47c8f7fb3c23bcd25dd (patch)
tree829dbfa12a60593dc977aff6e2556aefe010a8da /sysutils/krename-kde4
parentUnbreak on -current (diff)
Unbreak on -current
Reported by: kris via bento Approved by: fjoe (mentor) (implicit)
Notes
Notes: svn path=/head/; revision=86287
Diffstat (limited to 'sysutils/krename-kde4')
-rw-r--r--sysutils/krename-kde4/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/krename-kde4/Makefile b/sysutils/krename-kde4/Makefile
index d04a1f4cb0d9..f1bb0d8edcc2 100644
--- a/sysutils/krename-kde4/Makefile
+++ b/sysutils/krename-kde4/Makefile
@@ -16,8 +16,12 @@ COMMENT= Very powerful batch file renamer for KDE3
USE_BZIP2= yes
USE_KDELIBS_VER=3
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+pre-configure:
+ ${REINPLACE_CMD} -e 's|-pedantic ||g' ${WRKSRC}/configure
+
.include <bsd.port.mk>