diff options
author | adam <adam@pkgsrc.org> | 2012-11-03 20:18:53 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-11-03 20:18:53 +0000 |
commit | d3a0d4ea69396ec9f878f11a05a29f5e33d7df08 (patch) | |
tree | d2470cccb78d64460a3597767cdcaeafd111b91b /graphics | |
parent | 55e8e84b590a92a63307cf81d241f7d20e86d2b7 (diff) | |
download | pkgsrc-d3a0d4ea69396ec9f878f11a05a29f5e33d7df08.tar.gz |
Small correction to MASTER_SITES
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/lcms2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/lcms2/Makefile b/graphics/lcms2/Makefile index eaf919d3121..ae1b7df800e 100644 --- a/graphics/lcms2/Makefile +++ b/graphics/lcms2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2012/10/19 17:52:38 drochner Exp $ +# $NetBSD: Makefile,v 1.6 2012/11/03 20:18:53 adam Exp $ DISTNAME= lcms2-2.4 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lcms/2.2/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lcms/} MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://www.littlecms.com/ @@ -11,8 +11,8 @@ LICENSE= mit PKG_INSTALLATION_TYPES= overwrite pkgviews -GNU_CONFIGURE= yes USE_LIBTOOL= yes +GNU_CONFIGURE= yes TEST_TARGET= check # lcms does not need zlib, but will look for it and link it to tifficc |