aboutsummaryrefslogtreecommitdiffstats
path: root/net/psi/Makefile
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2004-01-07 21:54:13 +0800
committerdemon <demon@FreeBSD.org>2004-01-07 21:54:13 +0800
commitb6222976561df4f775c2c4aecdd3f2d249b88018 (patch)
treec059b3b8aaffe84d197c7314f311c2cfad77439c /net/psi/Makefile
parentcdecbb9589621fc48a07c494bccd66c5efa1da0f (diff)
downloadfreebsd-ports-gnome-b6222976561df4f775c2c4aecdd3f2d249b88018.tar.gz
freebsd-ports-gnome-b6222976561df4f775c2c4aecdd3f2d249b88018.tar.zst
freebsd-ports-gnome-b6222976561df4f775c2c4aecdd3f2d249b88018.zip
Update to version 0.9.1;
Correct WWW. Approved by: maintainer
Diffstat (limited to 'net/psi/Makefile')
-rw-r--r--net/psi/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/net/psi/Makefile b/net/psi/Makefile
index 7f2038834547..6546c584d75a 100644
--- a/net/psi/Makefile
+++ b/net/psi/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= psi
-PORTVERSION= 0.9
-PORTREVISION= 1
+PORTVERSION= 0.9.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,15 +14,15 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= jonc@chen.org.nz
COMMENT= A Qt-based Jabber client
-LIB_DEPENDS+= qssl.1:${PORTSDIR}/devel/qssl
-
HAS_CONFIGURE= yes
USE_X_PREFIX= yes
USE_BZIP2= yes
+USE_GMAKE= yes
USE_QT_VER= 3
CONFIGURE_ENV= QTDIR=${X11BASE} \
QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
-CONFIGURE_ARGS= -p ${PREFIX}
-MAKE_ARGS+= QTDIR=${X11BASE}
+CONFIGURE_ARGS= --prefix=${PREFIX}
+MAKE_ARGS+= QTDIR=${X11BASE} \
+ QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
.include <bsd.port.mk>