diff options
author | gerald <gerald@FreeBSD.org> | 2011-08-28 07:23:45 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2011-08-28 07:23:45 +0800 |
commit | c2ff896f1867588854cc9e75180981e011768bd9 (patch) | |
tree | 2e9e3096276deb9a69d5f33edf726d643886784b /science/flounder | |
parent | 45659a6f997a89bd832a8b685a3fe914cfabcba2 (diff) | |
download | freebsd-ports-gnome-c2ff896f1867588854cc9e75180981e011768bd9.tar.gz freebsd-ports-gnome-c2ff896f1867588854cc9e75180981e011768bd9.tar.zst freebsd-ports-gnome-c2ff896f1867588854cc9e75180981e011768bd9.zip |
Remove the dependency on multimedia/avifile which has been broken
on 9.x for months (and generally is more than just a bit dubious).
Diffstat (limited to 'science/flounder')
-rw-r--r-- | science/flounder/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/science/flounder/Makefile b/science/flounder/Makefile index 1f4b0b66e2f6..9405c0280dbd 100644 --- a/science/flounder/Makefile +++ b/science/flounder/Makefile @@ -26,11 +26,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} -lstdc++" USE_GMAKE= yes -.if !defined(WITHOUT_AVIFILE) -LIB_DEPENDS+= aviplay:${PORTSDIR}/multimedia/avifile -CONFIGURE_ARGS+= --enable-avifile -.endif - .if !defined(WITHOUT_PLOT) BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot RUN_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot |