diff options
author | daichi <daichi@FreeBSD.org> | 2003-06-26 09:10:32 +0000 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-06-26 09:10:32 +0000 |
commit | 294237f6441fcb4fee6d1638454a35b218f31950 (patch) | |
tree | 070cf7c3c54ff9af4155c4463ee2ced3874ff529 /net/psi/Makefile | |
parent | 4a85cd3bef675617a05e9ec045ea000d8bdbbc9b (diff) | |
download | FreeBSD-ports-294237f6441fcb4fee6d1638454a35b218f31950.zip FreeBSD-ports-294237f6441fcb4fee6d1638454a35b218f31950.tar.gz |
update net/psi: 0.8.7 --> 0.9
PR: 53618
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
Diffstat (limited to 'net/psi/Makefile')
-rw-r--r-- | net/psi/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net/psi/Makefile b/net/psi/Makefile index 97dabbc..7feca56 100644 --- a/net/psi/Makefile +++ b/net/psi/Makefile @@ -6,7 +6,7 @@ # PORTNAME= psi -PORTVERSION= 0.8.7 +PORTVERSION= 0.9 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,17 +14,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jonc@chen.org.nz COMMENT= A Qt-based Jabber client -LIB_DEPENDS+= qssl.0:${PORTSDIR}/devel/qssl - HAS_CONFIGURE= yes USE_X_PREFIX= yes USE_BZIP2= yes USE_QT_VER= 3 CONFIGURE_ENV= QTDIR=${X11BASE} CONFIGURE_ARGS= -p ${PREFIX} -MAKE_ARGS+= QTDIR=${X11BASE} \ - CFLAGS="-pipe -pthread -D_THREAD_SAFE -DQT_NO_DEBUG -DQT_THREAD_SUPPORT" -BUILD_WRKSRC= ${WRKSRC}/src -INSTALL_WRKSRC= ${WRKSRC}/src +MAKE_ARGS+= QTDIR=${X11BASE} .include <bsd.port.mk> |