diff options
Diffstat (limited to 'net/kdenetwork4/Makefile')
-rw-r--r-- | net/kdenetwork4/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index 1529b7a734ea..1c851b1ab554 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -33,16 +33,13 @@ LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.pre.mk> -pre-configure:: - ${REINPLACE_CMD} -e 's@-pedantic @@g' ${WRKSRC}/configure - .if !defined(WITHOUT_KTALKD) UTMP?= /var/run/utmp .if exists(${UTMP}) PLIST_APPEND+= plist.ktalkd .else DO_NOT_COMPILE+= ktalkd -pre-configure:: +pre-everything:: @${ECHO_MSG} "===> \"${UTMP}\" was not found." @${ECHO_MSG} "===> The talk daemon (ktalkd) will not be built." .endif # exists(${UTMP}) |