diff options
author | cheusov <cheusov> | 2012-09-16 18:07:16 +0000 |
---|---|---|
committer | cheusov <cheusov> | 2012-09-16 18:07:16 +0000 |
commit | 75a0d7ab317618415a05110b6ff0f476c8d9ef7d (patch) | |
tree | 1e9ff829c2bf7619e0f05bfdf31a5cab905e547e /lang | |
parent | e6b0beeb00bd0e6653fc6cad45643aeffb872870 (diff) | |
download | pkgsrc-75a0d7ab317618415a05110b6ff0f476c8d9ef7d.tar.gz |
CONFLICTS with snow-[0-9]*; ++pkgrevision
Fix pkglint warning
Diffstat (limited to 'lang')
-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-//} |