diff options
author | kristerw <kristerw> | 2004-08-16 11:29:03 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2004-08-16 11:29:03 +0000 |
commit | 80f7f7e4eb2acbfb23d84ae6fe022655ad97bc64 (patch) | |
tree | ee2fe0c7f31e85552e6d671966752a9447fba1c5 /chat/licq-gui-qt/Makefile | |
parent | 7b24d46445cac477d931a5fd1ecbde9d68339f35 (diff) | |
download | pkgsrc-80f7f7e4eb2acbfb23d84ae6fe022655ad97bc64.tar.gz |
The .a file is not very useful as a plugin... so remove it from
the package (by using SHLIBTOOL_OVERRIDE). Bump PKGREVISION.
Problem noted by wiz.
Diffstat (limited to 'chat/licq-gui-qt/Makefile')
-rw-r--r-- | chat/licq-gui-qt/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/chat/licq-gui-qt/Makefile b/chat/licq-gui-qt/Makefile index 05dcd5a4607..d1a553d2321 100644 --- a/chat/licq-gui-qt/Makefile +++ b/chat/licq-gui-qt/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2004/08/14 17:34:50 kristerw Exp $ +# $NetBSD: Makefile,v 1.14 2004/08/16 11:29:03 kristerw Exp $ # DISTNAME= licq-1.2.6 PKGNAME= ${DISTNAME:C/-/-gui-qt-/} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=licq/} EXTRACT_SUFX= .tar.bz2 @@ -20,10 +20,12 @@ DEPENDS+= licq-core-[0-9]*:../licq-core NOT_FOR_PLATFORM= NetBSD-*-* .endif -USE_BUILDLINK3= YES -GNU_CONFIGURE= YES -USE_LIBTOOL= YES -WRKSRC= ${WRKDIR:=/${DISTNAME}/plugins/qt-gui} +USE_BUILDLINK3= YES +GNU_CONFIGURE= YES +USE_LIBTOOL= YES +LIBTOOL_OVERRIDE= # defined +SHLIBTOOL_OVERRIDE= libtool */libtool */*/libtool +WRKSRC= ${WRKDIR:=/${DISTNAME}/plugins/qt-gui} INCOMPAT_CURSES= NetBSD-1.4*-* NetBSD-1.5*-* NetBSD-1.6[-_.]*-* NetBSD-1.6[A-Q]-* |