diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2004-05-23 18:00:12 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2004-05-23 18:00:12 +0000 |
commit | 69aa61eb063983efc779b03903e828cde0343d25 (patch) | |
tree | d21f5b9627e5df1b4e288e841b0eaf998ebcc71c /graphics/vips/Makefile | |
parent | 6535a244af682434f66cdffecfaa086996faf8ea (diff) | |
download | ports-69aa61eb063983efc779b03903e828cde0343d25.tar.gz ports-69aa61eb063983efc779b03903e828cde0343d25.zip |
Developers replaced ditfile AGAIN.
Here are review of diff between old nad new distfiles:
(1) libdata upgrades.
(2) pkg-config files added (vips.pc and vipsCC.pc).
(3) Some small bugs fixed.
(4) Two programs added to build.
(5) Some debug code was removed.
Your could check, that distfile was replaced by visiting
official site and reading news.
Notes
Notes:
svn path=/head/; revision=109801
Diffstat (limited to 'graphics/vips/Makefile')
-rw-r--r-- | graphics/vips/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile index cdb75c032716..9252317130b5 100644 --- a/graphics/vips/Makefile +++ b/graphics/vips/Makefile @@ -7,7 +7,7 @@ PORTNAME= vips PORTVERSION= 7.8.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.vips.ecs.soton.ac.uk/vips-7.8/ @@ -21,6 +21,7 @@ LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \ lcms.1:${PORTSDIR}/graphics/lcms USE_GMAKE= yes +USE_GNOME= gnomehack pkgconfig GNU_CONFIGURE= yes USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes @@ -28,9 +29,9 @@ USE_REINPLACE= yes CONFIGURE_ARGS= --without-magick --without-x -MAN1= batch_image_convert.1 batch_rubber_sheet.1 \ - binfile.1 cooc.1 cooc_features.1 debugim.1 \ - edvips.1 glds.1 glds_features.1 header.1 \ +MAN1= batch_crop.1 batch_image_convert.1 batch_resize.1 \ + batch_rubber_sheet.1 binfile.1 cooc.1 cooc_features.1 \ + debugim.1 edvips.1 glds.1 glds_features.1 header.1 \ light_correct.1 printlines.1 simcontr.1 \ sines.1 squares.1 vdump.1 vips.1 |