diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-09-16 18:07:16 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-09-16 18:07:16 +0000 |
commit | 6d908ed3fe6c2e158f5ddfbab2bf707a03b19547 (patch) | |
tree | 1e9ff829c2bf7619e0f05bfdf31a5cab905e547e | |
parent | 56539b1eafbe8f8858b42723d122a655897eb942 (diff) | |
download | pkgsrc-6d908ed3fe6c2e158f5ddfbab2bf707a03b19547.tar.gz |
CONFLICTS with snow-[0-9]*; ++pkgrevision
Fix pkglint warning
-rw-r--r-- | lang/STk/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lang/STk/Makefile b/lang/STk/Makefile index 064dd6fd000..d430ba0eada 100644 --- a/lang/STk/Makefile +++ b/lang/STk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2010/03/17 15:12:23 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2012/09/16 18:07:16 cheusov Exp $ DISTNAME= STk-4.0.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= lang MASTER_SITES= ftp://kaolin.unice.fr/pub/STk/ @@ -9,15 +9,17 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://kaolin.unice.fr/STk/ COMMENT= Scheme interpreter with full access to the Tk graphical package +CONFLICTS+= snow-[0-9]* + PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no OSVERSION_SPECIFIC= yes GNU_CONFIGURE= yes -BUILDLINK_DEPMETHOD.libXt?= build +BUILDLINK_DEPMETHOD.libXt= build -MAKE_ENV+= X11_LDFLAGS=${X11_LDFLAGS:Q} +MAKE_ENV+= X11_LDFLAGS=${X11_LDFLAGS:M*:Q} # Respin these symlinks so they aren't absolute. STKVER=${DISTNAME:S/STk-//} |