aboutsummaryrefslogtreecommitdiff
path: root/net/kphone
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-07-06 10:14:09 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-07-06 10:14:09 +0000
commit01352cd8ee2267e2cddb0910ca6ad1b2fceda840 (patch)
treebf3dfd2bdb3eb837605ae875653afc623c354bc4 /net/kphone
parent50b39a097d2fd059850b6dd27d8dc978e43418b3 (diff)
downloadports-01352cd8ee2267e2cddb0910ca6ad1b2fceda840.tar.gz
ports-01352cd8ee2267e2cddb0910ca6ad1b2fceda840.zip
Notes
Diffstat (limited to 'net/kphone')
-rw-r--r--net/kphone/Makefile9
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>