From 5a7fb5ff65478364e6450cc2c37a83302ca80a8b Mon Sep 17 00:00:00 2001 From: gerald Date: Sat, 24 Sep 2011 23:26:35 +0000 Subject: 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 --- graphics/zphoto/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'graphics/zphoto') 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 -- cgit