aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/zphoto
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2011-09-25 07:26:35 +0800
committergerald <gerald@FreeBSD.org>2011-09-25 07:26:35 +0800
commit5a7fb5ff65478364e6450cc2c37a83302ca80a8b (patch)
treedcecbbf5de4be5d56eb761acde11ca6cea9834e7 /graphics/zphoto
parentd78f5fd177bb43f1a81b617fb6bac20a82e5cf84 (diff)
downloadfreebsd-ports-gnome-5a7fb5ff65478364e6450cc2c37a83302ca80a8b.tar.gz
freebsd-ports-gnome-5a7fb5ff65478364e6450cc2c37a83302ca80a8b.tar.zst
freebsd-ports-gnome-5a7fb5ff65478364e6450cc2c37a83302ca80a8b.zip
Remove default dependency on multimedia/avifile which has been broken
on FreeBSD 9 for half a year (at least) and also on most architectures and which will be deprecated shortly. Approved by: maintainer timeout
Diffstat (limited to 'graphics/zphoto')
-rw-r--r--graphics/zphoto/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/graphics/zphoto/Makefile b/graphics/zphoto/Makefile
index 10c03be738a8..21384074e10e 100644
--- a/graphics/zphoto/Makefile
+++ b/graphics/zphoto/Makefile
@@ -17,14 +17,12 @@ COMMENT= Zooming photo album generator
LIB_DEPENDS= ming.5:${PORTSDIR}/graphics/ming \
popt.0:${PORTSDIR}/devel/popt
-.if !defined (WITHOUT_AVIPLAY)
-LIB_DEPENDS+= aviplay.0:${PORTSDIR}/multimedia/avifile
-.endif
.if !defined (WITHOUT_ZIP)
RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip
.endif
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-avifile
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
CPPFLAGS+= -I${LOCALBASE}/include \
${PTHREAD_CFLAGS}
@@ -36,9 +34,6 @@ PLIST_FILES+= bin/wxzphoto
.else
CONFIGURE_ARGS+= --disable-wx
.endif
-.if defined (WITHOUT_AVIPLAY)
-CONFIGURE_ARGS+= --disable-avifile
-.endif
.if defined (WITHOUT_ZIP)
CONFIGURE_ARGS+= --disable-zip
.endif