diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-07-06 10:14:09 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-07-06 10:14:09 +0000 |
commit | 01352cd8ee2267e2cddb0910ca6ad1b2fceda840 (patch) | |
tree | bf3dfd2bdb3eb837605ae875653afc623c354bc4 /net/kphone | |
parent | 50b39a097d2fd059850b6dd27d8dc978e43418b3 (diff) | |
download | ports-01352cd8ee2267e2cddb0910ca6ad1b2fceda840.tar.gz ports-01352cd8ee2267e2cddb0910ca6ad1b2fceda840.zip |
Notes
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 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 <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> |