diff options
author | joerg <joerg@pkgsrc.org> | 2010-07-01 22:21:29 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-07-01 22:21:29 +0000 |
commit | 6cd519f2c21d360a85bd93dd3bee2c922c417737 (patch) | |
tree | 728bc5f38df01ea701969fab0f4f64a189acde57 /graphics | |
parent | 0852c08e5849a7ac8e7191d5ceab3b53a84ad76b (diff) | |
download | pkgsrc-6cd519f2c21d360a85bd93dd3bee2c922c417737.tar.gz |
Disable for 64bit platforms, doesn't compile due to int casts.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ivtools/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/ivtools/Makefile b/graphics/ivtools/Makefile index 48ac4004e07..9138f72d43f 100644 --- a/graphics/ivtools/Makefile +++ b/graphics/ivtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2010/04/05 22:52:23 markd Exp $ +# $NetBSD: Makefile,v 1.24 2010/07/01 22:21:29 joerg Exp $ DISTNAME= ivtools-1.2.8 CATEGORIES= graphics @@ -11,11 +11,12 @@ COMMENT= Drawing editors for PostScript, TeX, and web graphics CONFLICTS+= dclock-[0-9]* +PKG_DESTDIR_SUPPORT= user-destdir +NOT_FOR_PLATFORM= ${LP64PLATFORMS} + DEPENDS+= pstoedit>=3.0:../../graphics/pstoedit DEPENDS+= wget>=1.0:../../net/wget -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= c c++ USE_TOOLS+= imake bash:run |