pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/cue This package depends on zlib. Make it explic...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2aa47012f838
branches:  trunk
changeset: 485312:2aa47012f838
user:      cube <cube%pkgsrc.org@localhost>
date:      Sun Dec 05 23:03:58 2004 +0000

description:
This package depends on zlib.  Make it explicit, so it builds on platforms
without a native zlib.  PKGREVISION++.

Closes PR#28550 by Georg Schwarz.

diffstat:

 mail/cue/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r fbfd06e7e1b6 -r 2aa47012f838 mail/cue/Makefile
--- a/mail/cue/Makefile Sun Dec 05 23:03:18 2004 +0000
+++ b/mail/cue/Makefile Sun Dec 05 23:03:58 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.39 2004/10/28 03:17:41 itojun Exp $
+# $NetBSD: Makefile,v 1.40 2004/12/05 23:03:58 cube Exp $
 
 DISTNAME=      cue-snap-20041025
 PKGNAME=       cue-20041025
+PKGREVISION=   1
 CATEGORIES=    mail
 MASTER_SITES=  ftp://sh.wide.ad.jp/WIDE/free-ware/cue/snap/
 
@@ -33,6 +34,8 @@
 CONFIGURE_ARGS+=       --enable-idea
 .endif
 
+CONFIGURE_ARGS+=       --with-zlib=${BUILDLINK_PREFIX.zlib}
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/cue ${PREFIX}/bin
        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cue
@@ -41,4 +44,5 @@
        ${INSTALL_DATA} ${WRKSRC}/cue.hlp  ${PREFIX}/share/doc/cue
 
 .include "../../security/openssl/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index