pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/cassowary Depend on gtl0 instead of gtl; gtl will...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12c0178a1b23
branches:  trunk
changeset: 482759:12c0178a1b23
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Nov 02 20:34:03 2004 +0000

description:
Depend on gtl0 instead of gtl; gtl will be updated in a minute.
Bump PKGREVISION.

diffstat:

 math/cassowary/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r 952599ae8c2a -r 12c0178a1b23 math/cassowary/Makefile
--- a/math/cassowary/Makefile   Tue Nov 02 20:32:37 2004 +0000
+++ b/math/cassowary/Makefile   Tue Nov 02 20:34:03 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2004/10/15 14:50:06 tv Exp $
+# $NetBSD: Makefile,v 1.28 2004/11/02 20:34:03 wiz Exp $
 #
 
 DISTNAME=              cassowary-0.60
-PKGREVISION=           6
+PKGREVISION=           7
 CATEGORIES=            math
 MASTER_SITES=          http://www.cs.washington.edu/research/constraints/cassowary/
 
@@ -18,7 +18,7 @@
 
 GNU_CONFIGURE=         # defined
 CONFIGURE_ARGS+=       --enable-fd-solver
-CONFIGURE_ARGS+=       --with-gtl=${BUILDLINK_PREFIX.gtl}
+CONFIGURE_ARGS+=       --with-gtl=${BUILDLINK_PREFIX.gtl0}
 
 PLIST_SUBST+=          GUILE14_SUBDIR=${GUILE14_SUBDIR}
 
@@ -26,11 +26,11 @@
 
 UNLIMIT_RESOURCES=     datasize memorysize
 
-.include "../../mk/bsd.prefs.mk"
+CXXFLAGS+=             -Wno-deprecated
 
 post-install:
        cd ${PREFIX}/lib/cassowary && ${RMDIR} -p bench
 
-.include "../../devel/gtl/buildlink3.mk"
+.include "../../devel/gtl0/buildlink3.mk"
 .include "../../lang/guile14/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index