diff options
author | markp <markp@FreeBSD.org> | 2001-07-18 22:36:09 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2001-07-18 22:36:09 +0800 |
commit | 64efb60afc60d809c3b878e926dc54d3b6e6f185 (patch) | |
tree | 101322bbeebdaf04dabeaad997f3f7203d92253e /graphics/kdc2tiff | |
parent | 0a8fc8f2dfa79c23611413d6f80313ad0831f1ec (diff) | |
download | freebsd-ports-gnome-64efb60afc60d809c3b878e926dc54d3b6e6f185.tar.gz freebsd-ports-gnome-64efb60afc60d809c3b878e926dc54d3b6e6f185.tar.zst freebsd-ports-gnome-64efb60afc60d809c3b878e926dc54d3b6e6f185.zip |
Update to 0.32
PR: 29016
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'graphics/kdc2tiff')
-rw-r--r-- | graphics/kdc2tiff/Makefile | 9 | ||||
-rw-r--r-- | graphics/kdc2tiff/distinfo | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/graphics/kdc2tiff/Makefile b/graphics/kdc2tiff/Makefile index ea9be7f9978d..57ef3a75e7f8 100644 --- a/graphics/kdc2tiff/Makefile +++ b/graphics/kdc2tiff/Makefile @@ -6,18 +6,19 @@ # PORTNAME= kdc2tiff -PORTVERSION= 0.31 +PORTVERSION= 0.32 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= kdc2tiff +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff -GNU_CONFIGURE= yes -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lm" USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" .include <bsd.port.mk> diff --git a/graphics/kdc2tiff/distinfo b/graphics/kdc2tiff/distinfo index a76a2637d515..e9ab7d2416b0 100644 --- a/graphics/kdc2tiff/distinfo +++ b/graphics/kdc2tiff/distinfo @@ -1 +1 @@ -MD5 (kdc2tiff-0.31.tar.gz) = 1d28b046c3e7c2004f8cf3f64177b7c8 +MD5 (kdc2tiff-0.32.tar.gz) = b24af53e97a047eaf1a92cbe1da44a17 |