diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-01-29 01:53:08 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-01-29 01:53:08 +0000 |
commit | 3ec050d985fd15e37e7e3040a6ae1b2e44e10745 (patch) | |
tree | 8f1312dfe2e59c76e3f6bebb67e995577ab36efe /net-im | |
parent | Fixed because maintainer didn't follow procedure to reference QT library (diff) |
Fixed because maintainer did not follow protocol in referencing Qt libs
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/psi/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/psi/Makefile b/net-im/psi/Makefile index fc7933403d9a..a36beab52026 100644 --- a/net-im/psi/Makefile +++ b/net-im/psi/Makefile @@ -13,13 +13,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jonc@chen.org.nz -LIB_DEPENDS= qt-mt.3:${PORTSDIR}/x11-toolkits/qt30 \ - qssl.0:${PORTSDIR}/devel/qssl +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} \ |