diff options
author | hubertf <hubertf> | 2003-05-06 23:07:42 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2003-05-06 23:07:42 +0000 |
commit | fee50995900b6e05a35231efaa2645bb1cfa2a28 (patch) | |
tree | 798cfb1c98ac1272f4ae3c6ef20d390f008423ac /chat/licq-gui-qt/Makefile | |
parent | cbd822a14fe7415a58815213b02a177d6ac0291b (diff) | |
download | pkgsrc-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/Makefile')
-rw-r--r-- | chat/licq-gui-qt/Makefile | 8 |
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} |