summaryrefslogtreecommitdiff
path: root/graphics/ida
diff options
context:
space:
mode:
authorAndrey Slusar <anray@FreeBSD.org>2006-01-19 13:04:52 +0000
committerAndrey Slusar <anray@FreeBSD.org>2006-01-19 13:04:52 +0000
commit4340105fb6e6bb267144d2c3c95f1009e54d8352 (patch)
tree8b26defb3d6f708f25b7766a3c1b2abf486c7777 /graphics/ida
parentUpdate to 0.9.6. Note that this update still doesn't solve the problems (diff)
Required graphics/libexif without any options.
Notes
Notes: svn path=/head/; revision=153871
Diffstat (limited to 'graphics/ida')
-rw-r--r--graphics/ida/Makefile13
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' \