diff options
author | antoine <antoine@FreeBSD.org> | 2015-06-23 02:33:20 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-06-23 02:33:20 +0800 |
commit | a271c81a691520343b54826252aba0c2600e31ab (patch) | |
tree | bdb6dbf3e5d4ada04784a3327eb91e0145530524 /science/afni | |
parent | 19ea8e358e68f9d94cca6a73917529e296948d19 (diff) | |
download | freebsd-ports-gnome-a271c81a691520343b54826252aba0c2600e31ab.tar.gz freebsd-ports-gnome-a271c81a691520343b54826252aba0c2600e31ab.tar.zst freebsd-ports-gnome-a271c81a691520343b54826252aba0c2600e31ab.zip |
Convert to USES=jpeg
Diffstat (limited to 'science/afni')
-rw-r--r-- | science/afni/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/science/afni/Makefile b/science/afni/Makefile index 8816b4e26f5a..a4cbb5f663af 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -29,8 +29,7 @@ LIB_DEPENDS= libXm.so:${PORTSDIR}/x11-toolkits/open-motif \ libR.so:${PORTSDIR}/math/R \ libgsl.so:${PORTSDIR}/math/gsl \ libnetcdff.so:${PORTSDIR}/science/netcdf-fortran -RUN_DEPENDS= cjpeg:${PORTSDIR}/graphics/jpeg \ - mpeg_encode:${PORTSDIR}/multimedia/mpeg_encode \ +RUN_DEPENDS= mpeg_encode:${PORTSDIR}/multimedia/mpeg_encode \ whirlgif:${PORTSDIR}/graphics/whirlgif \ ppmtogif:${PORTSDIR}/graphics/netpbm \ endian:${PORTSDIR}/sysutils/endian \ @@ -40,7 +39,7 @@ CONFLICTS= im-[0-9]* \ nifticlib-[0-9]* \ open-usp-tukubai-[0-9]* -USES= gettext iconv gmake motif perl5 shebangfix +USES= gettext iconv jpeg:run gmake motif perl5 shebangfix SHEBANG_FILES= suma_change_spec 3dPAR2AFNI.pl # Some prereqs use gcc anyway |