diff options
author | jmc <jmc@pkgsrc.org> | 2003-08-07 17:38:00 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-08-07 17:38:00 +0000 |
commit | e5f6910336d41fcb7ab61a5d89d19b49dbe030b0 (patch) | |
tree | 0aa4771acfa2ba6806d5506299b3e21a97bd1167 /chat/psi-ssl | |
parent | 69f3ac9ea8568398178b0aec50bd490ae4a218d7 (diff) | |
download | pkgsrc-e5f6910336d41fcb7ab61a5d89d19b49dbe030b0.tar.gz |
Yet another correct for the qt3 prefix change
Diffstat (limited to 'chat/psi-ssl')
-rw-r--r-- | chat/psi-ssl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/psi-ssl/Makefile b/chat/psi-ssl/Makefile index ba68431bf13..be25c1ad472 100644 --- a/chat/psi-ssl/Makefile +++ b/chat/psi-ssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/08/05 13:36:05 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2003/08/07 17:38:00 jmc Exp $ PKGNAME= psi-ssl-2.0 DISTNAME= qssl-2.0 @@ -14,7 +14,6 @@ COMMENT= PSI Jabber Client - SSL plugin USE_BUILDLINK2= yes USE_GMAKE= yes USE_LIBTOOL= yes -USE_X11BASE= yes do-configure: cd ${WRKSRC} && ${QTDIR}/bin/qmake qssl.pro |