summaryrefslogtreecommitdiff
path: root/chat/licq-gui-qt
diff options
context:
space:
mode:
authorhubertf <hubertf>2003-05-06 23:07:42 +0000
committerhubertf <hubertf>2003-05-06 23:07:42 +0000
commitfee50995900b6e05a35231efaa2645bb1cfa2a28 (patch)
tree798cfb1c98ac1272f4ae3c6ef20d390f008423ac /chat/licq-gui-qt
parentcbd822a14fe7415a58815213b02a177d6ac0291b (diff)
downloadpkgsrc-fee50995900b6e05a35231efaa2645bb1cfa2a28.tar.gz
* this works fine against qt 3.0 and up, no need for latest qt3
* this pkg doesn't work on NetBSD because we still don't ship shared libXss etc. XXX needs fixing!
Diffstat (limited to 'chat/licq-gui-qt')
-rw-r--r--chat/licq-gui-qt/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/chat/licq-gui-qt/Makefile b/chat/licq-gui-qt/Makefile
index 3bcf0774412..94ee5c6141c 100644
--- a/chat/licq-gui-qt/Makefile
+++ b/chat/licq-gui-qt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/05/05 19:05:09 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2003/05/06 23:07:42 hubertf Exp $
#
DISTNAME= licq-1.2.6
@@ -12,8 +12,14 @@ MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.licq.org/
COMMENT= Qt GUI for licq
+BUILDLINK_DEPENDS.qt3-libs?= qt3-libs>=3.0
DEPENDS+= licq-core-[0-9]*:../licq-core
+.include "../../mk/bsd.prefs.mk"
+.if ! exists(${X11PREFIX}/lib/libXss.so)
+NOT_FOR_PLATFORM= NetBSD-*-*
+.endif
+
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
WRKSRC= ${WRKDIR:=/${DISTNAME}/plugins/qt-gui}