diff options
author | anray <anray@FreeBSD.org> | 2006-01-19 21:04:52 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-01-19 21:04:52 +0800 |
commit | 101593fbc18dd38f149df61cf3f4f905c6ab2a88 (patch) | |
tree | 3e3acd008d559f8cb48f2ca86574a8dbf25bfdaf /graphics | |
parent | 486dc525338a2d27c0bf1e931f4a2a04ff32b6fd (diff) | |
download | freebsd-ports-gnome-101593fbc18dd38f149df61cf3f4f905c6ab2a88.tar.gz freebsd-ports-gnome-101593fbc18dd38f149df61cf3f4f905c6ab2a88.tar.zst freebsd-ports-gnome-101593fbc18dd38f149df61cf3f4f905c6ab2a88.zip |
Required graphics/libexif without any options.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ida/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/graphics/ida/Makefile b/graphics/ida/Makefile index 5898e14e1599..4a358c32f9d7 100644 --- a/graphics/ida/Makefile +++ b/graphics/ida/Makefile @@ -15,12 +15,11 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= anray@FreeBSD.org COMMENT= Small and fast motif-based image viewer and editor -OPTIONS= LIBEXIF "Build with libexif" on - LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ - ungif.5:${PORTSDIR}/graphics/libungif + ungif.5:${PORTSDIR}/graphics/libungif \ + exif.12:${PORTSDIR}/graphics/libexif USE_GMAKE= yes USE_X_PREFIX= yes @@ -37,14 +36,6 @@ PLIST_FILES= bin/exiftran bin/ida lib/X11/app-defaults/Ida .include <bsd.port.pre.mk> -pre-fetch: -.if exists(${LOCALBASE}/lib/libexif.so) -WITH_LIBEXIF= yes -.endif -.if defined(WITH_LIBEXIF) -LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif -.endif - post-patch: .if ${OSVERSION} < 500000 @${REINPLACE_CMD} -e 's|PRId32|"d"|g' -e 's|PRIx32|"x"|g' \ |