diff options
author | arved <arved@FreeBSD.org> | 2004-07-06 10:14:09 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-07-06 10:14:09 +0000 |
commit | 58074b56b5c534411d0fa4fc6a9b06107d0a5e95 (patch) | |
tree | fd0f4bd03ee223bf23d8ecee670868b961255b28 /net/kphone | |
parent | 6928410ae76aaba90e17d6ea577ef18fe636e4cc (diff) | |
download | FreeBSD-ports-58074b56b5c534411d0fa4fc6a9b06107d0a5e95.zip FreeBSD-ports-58074b56b5c534411d0fa4fc6a9b06107d0a5e95.tar.gz |
Fix build on 5.x
Diffstat (limited to 'net/kphone')
-rw-r--r-- | net/kphone/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net/kphone/Makefile b/net/kphone/Makefile index 0bf0721e..8e483a6 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 <bsd.port.pre.mk> - -.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 <bsd.port.post.mk> +.include <bsd.port.mk> |