diff --git a/net/kphone/Makefile b/net/kphone/Makefile index 0bf0721e518b..8e483a6e7562 100644 --- a/net/kphone/Makefile +++ b/net/kphone/Makefile @@ -18,12 +18,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_OPENSSL= yes USE_REINPLACE= yes - -.include - -.if (${OSVERSION} > 500000 ) -BROKEN= "Does not compile" -.endif +CONFIGURE_ENV= QTDIR="${X11BASE}" post-patch: ${REINPLACE_CMD} -e "s,-O3,${CFLAGS} ${PTHREAD_CFLAGS}," ${WRKSRC}/configure @@ -40,4 +35,4 @@ do-install: ${MKDIR} ${DATADIR}/icons ${INSTALL_DATA} ${WRKSRC}/icons/*.png ${DATADIR}/icons -.include +.include